V8 Project
v8::internal::Pending Class Reference
+ Collaboration diagram for v8::internal::Pending:

Public Member Functions

 Pending (HBasicBlock *block, int last_changed_range)
 
HBasicBlock * block () const
 
int last_changed_range () const
 

Private Attributes

HBasicBlock * block_
 
int last_changed_range_
 

Detailed Description

Definition at line 11 of file hydrogen-range-analysis.cc.

Constructor & Destructor Documentation

◆ Pending()

v8::internal::Pending::Pending ( HBasicBlock *  block,
int  last_changed_range 
)
inline

Member Function Documentation

◆ block()

HBasicBlock* v8::internal::Pending::block ( ) const
inline

Definition at line 16 of file hydrogen-range-analysis.cc.

16 { return block_; }

References block_.

Referenced by v8::internal::HRangeAnalysisPhase::Run().

+ Here is the caller graph for this function:

◆ last_changed_range()

int v8::internal::Pending::last_changed_range ( ) const
inline

Definition at line 17 of file hydrogen-range-analysis.cc.

17 { return last_changed_range_; }

References last_changed_range_.

Referenced by v8::internal::HRangeAnalysisPhase::Run().

+ Here is the caller graph for this function:

Member Data Documentation

◆ block_

HBasicBlock* v8::internal::Pending::block_
private

Definition at line 20 of file hydrogen-range-analysis.cc.

Referenced by block().

◆ last_changed_range_

int v8::internal::Pending::last_changed_range_
private

Definition at line 21 of file hydrogen-range-analysis.cc.

Referenced by last_changed_range().


The documentation for this class was generated from the following file: