|
V8 Project
|
Collaboration diagram for v8::internal::BASE_EMBEDDED< Visitor >::Element:Public Member Functions | |
| HBasicBlock * | block () |
| void | set_block (HBasicBlock *block) |
| bool | is_start () |
| bool | is_proper_exit () |
| bool | is_in_loop () |
| bool | has_check () |
| void | set_has_check () |
| InductionVariableLimitUpdate * | additional_limit () |
| void | InitializeLoop (InductionVariableData *data) |
| void | ResetCurrentDominatedBlock () |
| HBasicBlock * | CurrentDominatedBlock () |
| HBasicBlock * | NextDominatedBlock () |
| Element () | |
Static Public Attributes | |
| static const int | kNoBlock = -1 |
Private Attributes | |
| HBasicBlock * | block_ |
| bool | is_start_ |
| bool | is_proper_exit_ |
| bool | is_in_loop_ |
| bool | has_check_ |
| InductionVariableLimitUpdate | additional_limit_ |
| int | current_dominated_block_ |
Definition at line 27 of file hydrogen-bch.cc.
|
inline |
Definition at line 67 of file hydrogen-bch.cc.
|
inline |
Definition at line 38 of file hydrogen-bch.cc.
|
inline |
Definition at line 31 of file hydrogen-bch.cc.
|
inline |
Definition at line 57 of file hydrogen-bch.cc.
|
inline |
Definition at line 36 of file hydrogen-bch.cc.
|
inline |
Definition at line 46 of file hydrogen-bch.cc.
|
inline |
Definition at line 35 of file hydrogen-bch.cc.
Referenced by v8::internal::BASE_EMBEDDED< Visitor >::CheckHoistability().
Here is the caller graph for this function:
|
inline |
Definition at line 34 of file hydrogen-bch.cc.
Referenced by v8::internal::BASE_EMBEDDED< Visitor >::CheckHoistability().
Here is the caller graph for this function:
|
inline |
Definition at line 33 of file hydrogen-bch.cc.
Referenced by v8::internal::BASE_EMBEDDED< Visitor >::CheckHoistability().
Here is the caller graph for this function:
|
inline |
Definition at line 62 of file hydrogen-bch.cc.
|
inline |
Definition at line 56 of file hydrogen-bch.cc.
|
inline |
Definition at line 32 of file hydrogen-bch.cc.
Referenced by v8::internal::BASE_EMBEDDED< Visitor >::InductionVariableBlocksTable().
Here is the caller graph for this function:
|
inline |
Definition at line 37 of file hydrogen-bch.cc.
|
private |
Definition at line 78 of file hydrogen-bch.cc.
|
private |
Definition at line 73 of file hydrogen-bch.cc.
|
private |
Definition at line 79 of file hydrogen-bch.cc.
|
private |
Definition at line 77 of file hydrogen-bch.cc.
|
private |
Definition at line 76 of file hydrogen-bch.cc.
|
private |
Definition at line 75 of file hydrogen-bch.cc.
|
private |
Definition at line 74 of file hydrogen-bch.cc.
|
static |
Definition at line 29 of file hydrogen-bch.cc.