Home
last modified time | relevance | path

Searched refs:InsertInstructionAfter (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc822 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()
826 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard()
827 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard()
847 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()
879 bb_cursor->InsertInstructionAfter(load_class, receiver_class); in AddTypeGuard()
890 bb_cursor->InsertInstructionAfter(compare, load_class); in AddTypeGuard()
900 bb_cursor->InsertInstructionAfter(deoptimize, compare); in AddTypeGuard()
1168 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget()
1172 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()
1173 bb_cursor->InsertInstructionAfter(compare, class_table_get); in TryInlinePolymorphicCallToSameTarget()
[all …]
Dssa_builder.cc295 aget->GetBlock()->InsertInstructionAfter(equivalent, aget); in CreateFloatOrDoubleEquivalentOfArrayGet()
Dnodes.cc841 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HBasicBlock
852 instructions_.InsertInstructionAfter(instruction, cursor); in InsertInstructionAfter()
862 phis_.InsertInstructionAfter(phi, cursor); in InsertPhiAfter()
991 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HInstructionList
Dnodes.h145 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
1151 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);