Lines Matching refs:cursor
864 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local
876 cursor, in TryInlineMonomorphicCall()
898 HInstruction* cursor, in AddCHAGuard() argument
907 if (cursor != nullptr) { in AddCHAGuard()
908 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()
923 HInstruction* cursor, in AddTypeGuard() argument
932 if (cursor != nullptr) { in AddTypeGuard()
933 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()
1028 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local
1054 cursor, in TryInlinePolymorphicCall()
1217 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local
1253 if (cursor != nullptr) { in TryInlinePolymorphicCallToSameTarget()
1254 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget()
1302 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineAndReplace() local
1393 AddCHAGuard(invoke_instruction, dex_pc, cursor, bb_cursor); in TryInlineAndReplace()