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

/art/compiler/optimizing/
H A Dnodes.cc324 new_block->AddInstruction(new (arena_) HGoto(successor->GetDexPc()));
346 pre_header->AddInstruction(new (arena_) HGoto(header->GetDexPc()));
497 entry_block_->AddInstruction(constant);
528 entry_block_->AddInstruction(cached_current_method_);
814 instruction_list->AddInstruction(instruction);
817 void HBasicBlock::AddInstruction(HInstruction* instruction) { function in class:art::HBasicBlock
962 void HInstructionList::AddInstruction(HInstruction* instruction) { function in class:art::HInstructionList
1447 AddInstruction(new (GetGraph()->GetArena()) HGoto(new_block->GetDexPc()));
1805 predecessor->AddInstruction(new (graph_->GetArena()) HGoto(last_instruction->GetDexPc()));
2112 predecessor->AddInstruction(ne
[all...]

Completed in 9 milliseconds