|
V8 Project
|
#include <test-utils.h>
Inheritance diagram for v8::internal::TestWithZone:
Collaboration diagram for v8::internal::TestWithZone:Public Member Functions | |
| 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 |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (TestWithZone) | |
Private Attributes | |
| Zone | zone_ |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::TestWithIsolate | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Definition at line 70 of file test-utils.h.
|
inline |
Definition at line 72 of file test-utils.h.
|
virtual |
Definition at line 55 of file test-utils.cc.
|
private |
|
inline |
Definition at line 75 of file test-utils.h.
References zone_.
Referenced by v8::internal::compiler::InstructionSelectorTest::FINAL::MakeMachineSignature(), 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:
|
private |
Definition at line 78 of file test-utils.h.
Referenced by zone().