Lines Matching refs:InsertInstructionAfter
813 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()
817 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard()
818 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard()
838 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()
871 bb_cursor->InsertInstructionAfter(load_class, receiver_class); in AddTypeGuard()
881 bb_cursor->InsertInstructionAfter(compare, load_class); in AddTypeGuard()
891 bb_cursor->InsertInstructionAfter(deoptimize, compare); in AddTypeGuard()
1157 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget()
1161 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()
1162 bb_cursor->InsertInstructionAfter(compare, class_table_get); in TryInlinePolymorphicCallToSameTarget()
1173 bb_cursor->InsertInstructionAfter(deoptimize, compare); in TryInlinePolymorphicCallToSameTarget()