Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp1042 TestAllocationFailureAllocator test_allocator {SpaceType::SPACE_TYPE_COMPILER}; variable
1043 CHECK_NOT_NULL(&test_allocator);
1045 EXPECT_DEATH(Inst::New<SpillFillInst>(&test_allocator, Opcode::SpillFill), "CHECK FAILED.*");
1046 EXPECT_DEATH(Inst::New<ConstantInst>(&test_allocator, Opcode::Constant), "CHECK FAILED.*");
1047 EXPECT_DEATH(Inst::New<SaveStateInst>(&test_allocator, Opcode::SaveState), "CHECK FAILED.*");
1048 EXPECT_DEATH(Inst::New<CompareInst>(&test_allocator, Opcode::Compare), "CHECK FAILED.*");