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

/art/compiler/optimizing/
H A Dcodegen_test.cc430 HIntConstant* constant1 = graph->GetIntConstant(1); local
450 else_block->AddInstruction(new (GetAllocator()) HReturn(constant1));
H A Dregister_allocator_test.cc301 * constant1
741 HInstruction* constant1 = graph->GetIntConstant(1); local
748 *first_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, parameter, constant1);

Completed in 177 milliseconds