Home
last modified time | relevance | path

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

/external/v8/test/unittests/
Dtest-utils.h94 class TestWithZone : public virtual ::testing::Test {
96 TestWithZone() {} in TestWithZone() function
97 virtual ~TestWithZone();
104 DISALLOW_COPY_AND_ASSIGN(TestWithZone);
Dtest-utils.cc105 TestWithZone::~TestWithZone() {} in ~TestWithZone()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc19 : public TestWithZone,
272 class MachinePureOperatorTest : public TestWithZone {
335 class MachineOptionalOperatorTest : public TestWithZone {
372 typedef TestWithZone MachineOperatorTest;
Dsimplified-operator-unittest.cc76 : public TestWithZone,
138 : public TestWithZone,
242 : public TestWithZone,
Djs-operator-unittest.cc24 : public TestWithZone,
97 : public TestWithZone,
Dcoalesced-live-ranges-unittest.cc14 class CoalescedLiveRangesTest : public TestWithZone {
16 CoalescedLiveRangesTest() : TestWithZone(), ranges_(zone()) {} in CoalescedLiveRangesTest()
Dcommon-operator-unittest.cc62 : public TestWithZone,
120 class CommonOperatorTest : public TestWithZone {
Dvalue-numbering-reducer-unittest.cc29 class ValueNumberingReducerTest : public TestWithZone {
Dgraph-reducer-unittest.cc221 class AdvancedReducerTest : public TestWithZone {
392 class GraphReducerTest : public TestWithZone {
397 TestWithZone::SetUpTestCase(); in SetUpTestCase()
403 TestWithZone::TearDownTestCase(); in TearDownTestCase()
Dnode-properties-unittest.cc18 class NodePropertiesTest : public TestWithZone {
Dschedule-unittest.cc71 typedef TestWithZone ScheduleTest;
Dnode-unittest.cc17 typedef TestWithZone NodeTest;
Dlinkage-tail-call-unittest.cc24 class LinkageTailCall : public TestWithZone {
Dlive-range-unittest.cc25 class LiveRangeUnitTest : public TestWithZone {
/external/v8/test/unittests/wasm/
Dmodule-decoder-unittest.cc14 class WasmModuleVerifyTest : public TestWithZone {
720 class WasmSignatureDecodeTest : public TestWithZone {};
847 class WasmFunctionVerifyTest : public TestWithZone {};
Dencoder-unittest.cc16 class EncoderTest : public TestWithZone {
Dast-decoder-unittest.cc63 class WasmDecoderTest : public TestWithZone {
65 WasmDecoderTest() : TestWithZone(), sigs() { in WasmDecoderTest()
1964 class WasmOpcodeLengthTest : public TestWithZone {
1966 WasmOpcodeLengthTest() : TestWithZone() {} in WasmOpcodeLengthTest()
2181 class WasmOpcodeArityTest : public TestWithZone {
2183 WasmOpcodeArityTest() : TestWithZone() {} in WasmOpcodeArityTest()
Dwasm-macro-gen-unittest.cc13 class WasmMacroGenTest : public TestWithZone {};