Searched refs:constant1 (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcodegen_test.cc646 HIntConstant* constant1 = graph->GetIntConstant(1); local
666 else_block->AddInstruction(new (&allocator) HReturn(constant1));
H A Dregister_allocator_test.cc265 * constant1
698 HInstruction* constant1 = graph->GetIntConstant(1); local
705 *first_sub = new (allocator) HSub(Primitive::kPrimInt, parameter, constant1);

Completed in 50 milliseconds