V8 Project
|
Public Member Functions | |
JSBuiltinReducerTest () | |
![]() | |
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) |
Node * | Parameter (Type *t, int32_t index=0) |
Node * | UndefinedConstant () |
JSOperatorBuilder * | javascript () |
![]() | |
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 | |
JSOperatorBuilder | javascript_ |
Additional Inherited Members | |
![]() | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
Definition at line 18 of file js-builtin-reducer-unittest.cc.
|
inline |
Definition at line 20 of file js-builtin-reducer-unittest.cc.
|
inlineprotected |
Definition at line 42 of file js-builtin-reducer-unittest.cc.
References javascript_.
Referenced by Reduce().
|
inlineprotected |
Definition at line 31 of file js-builtin-reducer-unittest.cc.
References v8::internal::compiler::GraphTest::common(), v8::internal::compiler::GraphTest::graph(), v8::internal::compiler::Graph::NewNode(), v8::None, and v8::internal::compiler::NodeProperties::SetBounds().
|
inlineprotected |
Definition at line 23 of file js-builtin-reducer-unittest.cc.
References v8::internal::compiler::GraphTest::common(), v8::internal::compiler::GraphTest::graph(), javascript(), and v8::internal::TestWithZone::zone().
|
inlineprotected |
Definition at line 37 of file js-builtin-reducer-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and v8::internal::compiler::GraphTest::HeapConstant().
|
private |
Definition at line 45 of file js-builtin-reducer-unittest.cc.
Referenced by javascript().