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

/art/compiler/optimizing/
H A Dnodes.cc145 new_block->AddInstruction(new (arena_) HGoto());
167 new_back_edge->AddInstruction(new (arena_) HGoto());
184 pre_header->AddInstruction(new (arena_) HGoto());
317 instruction_list->AddInstruction(instruction);
320 void HBasicBlock::AddInstruction(HInstruction* instruction) { function in class:art::HBasicBlock
366 void HInstructionList::AddInstruction(HInstruction* instruction) { function in class:art::HInstructionList

Completed in 73 milliseconds