Home
last modified time | relevance | path

Searched refs:TestWithZone (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/test/
Dtest-utils.h70 class TestWithZone : public TestWithIsolate {
72 TestWithZone() : zone_(isolate()) {} in TestWithZone() function
73 virtual ~TestWithZone();
80 DISALLOW_COPY_AND_ASSIGN(TestWithZone);
Dtest-utils.cc55 TestWithZone::~TestWithZone() {} in ~TestWithZone()
/external/v8/src/compiler/
Dgraph-reducer-unittest.cc34 class GraphReducerTest : public TestWithZone {
39 TestWithZone::SetUpTestCase(); in SetUpTestCase()
45 TestWithZone::TearDownTestCase(); in TearDownTestCase()
Dcommon-operator-unittest.cc61 : public TestWithZone,
123 class CommonOperatorTest : public TestWithZone {
Dsimplified-operator-unittest.cc77 : public TestWithZone,
172 : public TestWithZone,
Dvalue-numbering-reducer-unittest.cc23 class ValueNumberingReducerTest : public TestWithZone {
Dgraph-unittest.h27 class GraphTest : public TestWithContext, public TestWithZone {
Dinstruction-selector-unittest.h20 class InstructionSelectorTest : public TestWithContext, public TestWithZone {