|
V8 Project
|
Inheritance diagram for v8::internal::compiler::AddressingModeUnitTest:
Collaboration diagram for v8::internal::compiler::AddressingModeUnitTest:Public Member Functions | |
| AddressingModeUnitTest () | |
| ~AddressingModeUnitTest () | |
| void | Run (Node *base, Node *index, AddressingMode mode) |
| void | Reset () |
| AddressingModeUnitTest () | |
| ~AddressingModeUnitTest () | |
| void | Run (Node *base, Node *index, AddressingMode mode) |
| void | Reset () |
Public Member Functions inherited from v8::internal::compiler::InstructionSelectorTest | |
| InstructionSelectorTest () | |
| virtual | ~InstructionSelectorTest () |
| base::RandomNumberGenerator * | rng () |
Public Member Functions inherited from v8::TestWithContext | |
| TestWithContext () | |
| virtual | ~TestWithContext () |
| const Local< Context > & | context () const |
Public Member Functions inherited from v8::TestWithIsolate | |
| TestWithIsolate () | |
| Isolate * | isolate () const |
Public Member Functions inherited from v8::internal::TestWithZone | |
| TestWithZone () | |
| virtual | ~TestWithZone () |
| Zone * | zone () |
Public Member Functions inherited from v8::internal::TestWithIsolate | |
| TestWithIsolate () | |
| virtual | ~TestWithIsolate () |
| Factory * | factory () const |
| Isolate * | isolate () const |
Public Attributes | |
| Node * | zero |
| Node * | null_ptr |
| Node * | non_zero |
| Node * | base_reg |
| Node * | index_reg |
| Node * | scales [4] |
| StreamBuilder * | m |
Public Attributes inherited from v8::internal::compiler::InstructionSelectorTest | |
| base::RandomNumberGenerator | rng_ |
Additional Inherited Members | |
Public Types inherited from v8::internal::compiler::InstructionSelectorTest | |
| enum | StreamBuilderMode { kAllInstructions , kTargetInstructions , kAllExceptNopInstructions } |
Static Public Member Functions inherited from v8::TestWithIsolate | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Definition at line 288 of file instruction-selector-ia32-unittest.cc.
|
inline |
Definition at line 290 of file instruction-selector-ia32-unittest.cc.
References Reset().
Here is the call graph for this function:
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 311 of file instruction-selector-ia32-unittest.cc.
References base_reg, index_reg, v8::internal::compiler::kMachInt32, m, non_zero, null_ptr, scales, and zero.
Referenced by AddressingModeUnitTest().
Here is the caller graph for this function:
|
inline |
Definition at line 190 of file instruction-selector-x64-unittest.cc.
References base_reg, index_reg, v8::internal::compiler::kMachInt32, m, non_zero, null_ptr, scales, and zero.
|
inline |
Definition at line 293 of file instruction-selector-ia32-unittest.cc.
References v8::internal::compiler::kMachInt32, m, and mode().
Here is the call graph for this function:
|
inline |
Definition at line 172 of file instruction-selector-x64-unittest.cc.
References v8::internal::compiler::kMachInt32, m, and mode().
Here is the call graph for this function:| Node * v8::internal::compiler::AddressingModeUnitTest::base_reg |
Definition at line 306 of file instruction-selector-ia32-unittest.cc.
Referenced by Reset().
| Node * v8::internal::compiler::AddressingModeUnitTest::index_reg |
Definition at line 307 of file instruction-selector-ia32-unittest.cc.
Referenced by Reset().
| StreamBuilder * v8::internal::compiler::AddressingModeUnitTest::m |
Definition at line 309 of file instruction-selector-ia32-unittest.cc.
Referenced by Reset(), Run(), and ~AddressingModeUnitTest().
| Node * v8::internal::compiler::AddressingModeUnitTest::non_zero |
Definition at line 305 of file instruction-selector-ia32-unittest.cc.
Referenced by Reset().
| Node * v8::internal::compiler::AddressingModeUnitTest::null_ptr |
Definition at line 304 of file instruction-selector-ia32-unittest.cc.
Referenced by Reset().
| Node * v8::internal::compiler::AddressingModeUnitTest::scales |
Definition at line 308 of file instruction-selector-ia32-unittest.cc.
Referenced by Reset().
| Node * v8::internal::compiler::AddressingModeUnitTest::zero |
Definition at line 303 of file instruction-selector-ia32-unittest.cc.
Referenced by Reset().