|
V8 Project
|
#include <graph-unittest.h>
Inheritance diagram for v8::internal::compiler::GraphTest:
Collaboration diagram for v8::internal::compiler::GraphTest:Public Member Functions | |
| 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 | |
| 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 Public Member Functions inherited from v8::TestWithIsolate | |
| 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().
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:
|
protected |
Definition at line 77 of file graph-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and HeapConstant().
Here is the call graph for this function:
|
protected |
Definition at line 47 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
Here is the call graph for this function:
|
protected |
Definition at line 52 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 57 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
Here is the call graph for this function:
|
protected |
Definition at line 62 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
Here is the call graph for this function:
|
protected |
Definition at line 89 of file graph-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and v8::internal::compiler::IsHeapConstant().
Here is the call graph for this function:
|
protected |
Definition at line 95 of file graph-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and v8::internal::compiler::IsHeapConstant().
Here is the call graph for this function:
|
protected |
Definition at line 67 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
Here is the call graph for this function:
|
protected |
Definition at line 42 of file graph-unittest.cc.
References common(), graph(), and v8::internal::compiler::Graph::NewNode().
Here is the call graph for this function:
|
protected |
Definition at line 83 of file graph-unittest.cc.
References v8::internal::TestWithIsolate::factory(), and HeapConstant().
Here is the call graph for this function:
|
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().