V8 Project
|
Public Member Functions | |
SimplifiedOperatorReducerTest (int num_parameters=1) | |
virtual | ~SimplifiedOperatorReducerTest () |
![]() | |
GraphTest (int parameters=1) | |
virtual | ~GraphTest () |
![]() | |
TestWithContext () | |
virtual | ~TestWithContext () |
const Local< Context > & | context () const |
![]() | |
TestWithIsolate () | |
Isolate * | isolate () const |
![]() | |
TestWithZone () | |
virtual | ~TestWithZone () |
Zone * | zone () |
![]() | |
TestWithIsolate () | |
virtual | ~TestWithIsolate () |
Factory * | factory () const |
Isolate * | isolate () const |
Protected Member Functions | |
Reduction | Reduce (Node *node) |
SimplifiedOperatorBuilder * | simplified () |
![]() | |
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 | |
SimplifiedOperatorBuilder | simplified_ |
Additional Inherited Members | |
![]() | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
Definition at line 16 of file simplified-operator-reducer-unittest.cc.
|
inlineexplicit |
Definition at line 18 of file simplified-operator-reducer-unittest.cc.
|
inlinevirtual |
Definition at line 20 of file simplified-operator-reducer-unittest.cc.
|
inlineprotected |
Definition at line 23 of file simplified-operator-reducer-unittest.cc.
References v8::internal::compiler::GraphTest::common(), v8::internal::compiler::GraphTest::graph(), and v8::internal::TestWithZone::zone().
|
inlineprotected |
|
private |
Definition at line 35 of file simplified-operator-reducer-unittest.cc.
Referenced by simplified().