|
V8 Project
|
#include <hydrogen-instructions.h>
Inheritance diagram for v8::internal::HCompareObjectEqAndBranch:
Collaboration diagram for v8::internal::HCompareObjectEqAndBranch:Static Public Attributes | |
| static const int | kNoKnownSuccessorIndex = -1 |
Static Public Attributes inherited from v8::internal::HValue | |
| static const int | kNoNumber = -1 |
| static const int | kNoRedefinedOperand = -1 |
Private Member Functions | |
| HCompareObjectEqAndBranch (HValue *left, HValue *right, HBasicBlock *true_target=NULL, HBasicBlock *false_target=NULL) | |
Private Attributes | |
| int | known_successor_index_ |
Definition at line 4388 of file hydrogen-instructions.h.
|
inlineprivate |
Definition at line 4418 of file hydrogen-instructions.h.
References left(), right(), v8::internal::HValue::SetOperandAt(), and v8::internal::HTemplateControlInstruction< 2, 2 >::SetSuccessorAt().
Here is the call graph for this function:| v8::internal::HCompareObjectEqAndBranch::DECLARE_INSTRUCTION_FACTORY_P2 | ( | HCompareObjectEqAndBranch | , |
| HValue * | , | ||
| HValue * | |||
| ) |
| v8::internal::HCompareObjectEqAndBranch::DECLARE_INSTRUCTION_FACTORY_P4 | ( | HCompareObjectEqAndBranch | , |
| HValue * | , | ||
| HValue * | , | ||
| HBasicBlock * | , | ||
| HBasicBlock * | |||
| ) |
|
inline |
Definition at line 4397 of file hydrogen-instructions.h.
References known_successor_index_.
Referenced by set_known_successor_index().
Here is the caller graph for this function:
|
virtual |
Reimplemented from v8::internal::HControlInstruction.
Definition at line 3209 of file hydrogen-instructions.cc.
References NULL.
|
inline |
Definition at line 4402 of file hydrogen-instructions.h.
References v8::internal::HTemplateControlInstruction< 2, 2 >::OperandAt().
Referenced by v8::internal::HCheckTable::Copy(), HCompareObjectEqAndBranch(), and v8::internal::HCheckTable::ReduceCompareObjectEqAndBranch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from v8::internal::HValue.
Definition at line 4411 of file hydrogen-instructions.h.
References v8::internal::Representation::Tagged().
Here is the call graph for this function:Reimplemented from v8::internal::HControlInstruction.
Definition at line 3203 of file hydrogen-instructions.cc.
|
inlinevirtual |
Implements v8::internal::HValue.
Definition at line 4407 of file hydrogen-instructions.h.
References v8::internal::Representation::Tagged().
Here is the call graph for this function:
|
inline |
Definition at line 4403 of file hydrogen-instructions.h.
References v8::internal::HTemplateControlInstruction< 2, 2 >::OperandAt().
Referenced by v8::internal::HCheckTable::Copy(), HCompareObjectEqAndBranch(), and v8::internal::HCheckTable::ReduceCompareObjectEqAndBranch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 4398 of file hydrogen-instructions.h.
References known_successor_index(), and known_successor_index_.
Referenced by v8::internal::HCheckTable::ReduceCompareObjectEqAndBranch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 4396 of file hydrogen-instructions.h.
|
private |
Definition at line 4429 of file hydrogen-instructions.h.
Referenced by known_successor_index(), and set_known_successor_index().