Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc423 HIntConstant* constant0 = graph->GetIntConstant(0); in TEST_F() local
425 HEqual* equal = new (GetAllocator()) HEqual(constant0, constant0); in TEST_F()
443 then_block->AddInstruction(new (GetAllocator()) HReturn(constant0)); in TEST_F()