|
V8 Project
|
Inheritance diagram for v8::internal::compiler::MachineOperatorReducerTest:
Collaboration diagram for v8::internal::compiler::MachineOperatorReducerTest:Public Member Functions | |
| MachineOperatorReducerTest (int num_parameters=2) | |
Public Member Functions inherited from v8::internal::compiler::GraphTest | |
| GraphTest (int parameters=1) | |
| virtual | ~GraphTest () |
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 |
Protected Member Functions | |
| Reduction | Reduce (Node *node) |
| MachineOperatorBuilder * | machine () |
Protected Member Functions inherited from v8::internal::compiler::GraphTest | |
| Node * | Parameter (int32_t index) |
| Node * | Float32Constant (volatile float value) |
| Node * | Float64Constant (volatile double value) |
| Node * | Int32Constant (int32_t value) |
| Node * | Int64Constant (int64_t value) |
| Node * | NumberConstant (volatile double value) |
| Node * | HeapConstant (const Unique< HeapObject > &value) |
| Node * | FalseConstant () |
| Node * | TrueConstant () |
| Matcher< Node * > | IsFalseConstant () |
| Matcher< Node * > | IsTrueConstant () |
| CommonOperatorBuilder * | common () |
| Graph * | graph () |
Private Attributes | |
| MachineOperatorBuilder | machine_ |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::TestWithIsolate | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Definition at line 15 of file machine-operator-reducer-unittest.cc.
|
inlineexplicit |
Definition at line 17 of file machine-operator-reducer-unittest.cc.
|
inlineprotected |
Definition at line 29 of file machine-operator-reducer-unittest.cc.
References machine_.
|
inlineprotected |
Definition at line 21 of file machine-operator-reducer-unittest.cc.
References v8::internal::compiler::GraphTest::common(), v8::internal::compiler::GraphTest::graph(), machine_, and v8::internal::TestWithZone::zone().
Here is the call graph for this function:
|
private |
Definition at line 32 of file machine-operator-reducer-unittest.cc.