|
V8 Project
|
Inheritance diagram for v8::internal::compiler::GraphReducerTest:
Collaboration diagram for v8::internal::compiler::GraphReducerTest:Public Member Functions | |
| GraphReducerTest () | |
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 |
Public Member Functions inherited from v8::TestWithIsolate | |
| TestWithIsolate () | |
| Isolate * | isolate () const |
Static Public Member Functions | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Static Public Member Functions inherited from v8::TestWithIsolate | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Protected Member Functions | |
| void | ReduceNode (Node *node, Reducer *r) |
| void | ReduceNode (Node *node, Reducer *r1, Reducer *r2) |
| void | ReduceNode (Node *node, Reducer *r1, Reducer *r2, Reducer *r3) |
| Graph * | graph () |
Private Attributes | |
| Graph | graph_ |
Definition at line 34 of file graph-reducer-unittest.cc.
|
inline |
Definition at line 36 of file graph-reducer-unittest.cc.
|
inlineprotected |
Definition at line 70 of file graph-reducer-unittest.cc.
References graph_.
Referenced by ReduceNode().
Here is the caller graph for this function:
|
inlineprotected |
Definition at line 49 of file graph-reducer-unittest.cc.
References graph().
Here is the call graph for this function:
|
inlineprotected |
Definition at line 55 of file graph-reducer-unittest.cc.
References graph(), v8::internal::r1, and v8::internal::r2.
Here is the call graph for this function:
|
inlineprotected |
Definition at line 62 of file graph-reducer-unittest.cc.
References graph(), v8::internal::r1, v8::internal::r2, and v8::internal::r3.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 38 of file graph-reducer-unittest.cc.
References v8::internal::compiler::Reducer::NoChange(), and v8::TestWithIsolate::SetUpTestCase().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 43 of file graph-reducer-unittest.cc.
References v8::TestWithIsolate::TearDownTestCase().
Here is the call graph for this function:
|
private |
Definition at line 73 of file graph-reducer-unittest.cc.
Referenced by graph().