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

/art/compiler/optimizing/
H A Dnodes.cc499 entry_block_->InsertInstructionBefore(constant, insert_before);
530 entry_block_->InsertInstructionBefore(
781 instructions_.InsertInstructionBefore(replacement, initial);
784 InsertInstructionBefore(replacement, initial);
803 to_block->instructions_.InsertInstructionBefore(insn, cursor);
825 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { function in class:art::HBasicBlock
835 instructions_.InsertInstructionBefore(instruction, cursor);
973 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { function in class:art::HInstructionList
2530 cursor->GetBlock()->InsertInstructionBefore(replacement, cursor);
2542 cursor->GetBlock()->InsertInstructionBefore(replacemen
[all...]

Completed in 62 milliseconds