V8 Project
|
#include <graph-unittest.h>
Public Member Functions | |
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 | |
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 | |
CommonOperatorBuilder | common_ |
Graph | graph_ |
Additional Inherited Members | |
![]() | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
Definition at line 27 of file graph-unittest.h.
|
explicit |
Definition at line 34 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::GenericGraph< V >::SetStart().
|
virtual |
Definition at line 39 of file graph-unittest.cc.
|
inlineprotected |
Definition at line 46 of file graph-unittest.h.
References common_.
Referenced by Float32Constant(), Float64Constant(), GraphTest(), HeapConstant(), Int32Constant(), Int64Constant(), NumberConstant(), Parameter(), v8::internal::compiler::ChangeLoweringTest::Parameter(), v8::internal::compiler::JSBuiltinReducerTest::Parameter(), v8::internal::compiler::ChangeLoweringTest::Reduce(), v8::internal::compiler::JSBuiltinReducerTest::Reduce(), v8::internal::compiler::MachineOperatorReducerTest::Reduce(), and v8::internal::compiler::SimplifiedOperatorReducerTest::Reduce().
|
protected |
Definition at line 77 of file graph-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and HeapConstant().
|
protected |
Definition at line 47 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
|
protected |
Definition at line 52 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
|
inlineprotected |
Definition at line 47 of file graph-unittest.h.
References graph_.
Referenced by Float32Constant(), Float64Constant(), GraphTest(), HeapConstant(), Int32Constant(), Int64Constant(), NumberConstant(), Parameter(), v8::internal::compiler::ChangeLoweringTest::Parameter(), v8::internal::compiler::JSBuiltinReducerTest::Parameter(), v8::internal::compiler::ChangeLoweringTest::Reduce(), v8::internal::compiler::JSBuiltinReducerTest::Reduce(), v8::internal::compiler::MachineOperatorReducerTest::Reduce(), and v8::internal::compiler::SimplifiedOperatorReducerTest::Reduce().
|
protected |
Definition at line 72 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
Referenced by FalseConstant(), TrueConstant(), and v8::internal::compiler::JSBuiltinReducerTest::UndefinedConstant().
|
protected |
Definition at line 57 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
|
protected |
Definition at line 62 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
|
protected |
Definition at line 89 of file graph-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and v8::internal::compiler::IsHeapConstant().
|
protected |
Definition at line 95 of file graph-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and v8::internal::compiler::IsHeapConstant().
|
protected |
Definition at line 67 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
|
protected |
Definition at line 42 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
|
protected |
Definition at line 83 of file graph-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and HeapConstant().
|
private |
Definition at line 50 of file graph-unittest.h.
Referenced by common().
|
private |
Definition at line 51 of file graph-unittest.h.
Referenced by graph().