Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc922 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()
926 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard()
927 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard()
947 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()
980 bb_cursor->InsertInstructionAfter(load_class, receiver_class); in AddTypeGuard()
990 bb_cursor->InsertInstructionAfter(compare, load_class); in AddTypeGuard()
1000 bb_cursor->InsertInstructionAfter(deoptimize, compare); in AddTypeGuard()
1267 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget()
1271 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()
1272 bb_cursor->InsertInstructionAfter(compare, class_table_get); in TryInlinePolymorphicCallToSameTarget()
[all …]
Dssa_builder.cc304 aget->GetBlock()->InsertInstructionAfter(equivalent, aget); in CreateFloatOrDoubleEquivalentOfArrayGet()
Dnodes.cc1022 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HBasicBlock
1033 instructions_.InsertInstructionAfter(instruction, cursor); in InsertInstructionAfter()
1043 phis_.InsertInstructionAfter(phi, cursor); in InsertPhiAfter()
1185 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HInstructionList
Dloop_optimization.cc1854 exit->InsertInstructionAfter(instruction, reduce); in ReduceAndExtractIfNeeded()
Dnodes.h154 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
1293 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);