Searched refs:INVOKE_VIRTUAL_RANGE_QUICK (Results 1 – 12 of 12) sorted by relevance
52 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in Create()
173 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in Decompile()
479 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in IsValidImplicitCheck()612 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in ThrowNullPointerExceptionFromDexPC()
1411 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in GetRuntimeMethodShorty()
73 opcode == Instruction::INVOKE_VIRTUAL_RANGE_QUICK; in IsInstructionQuickInvoke()
444 case INVOKE_VIRTUAL_RANGE_QUICK: in DumpString()
256 …V(0xEA, INVOKE_VIRTUAL_RANGE_QUICK, "invoke-virtual/range-quick", k3rc, kIndexVtableOffset, kConti…
312 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in Compile()313 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_RANGE_QUICK, true); in Compile()
801 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in GetInvokeTypeFromOpCode()2284 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in ProcessDexInstruction()2286 if (instruction.Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK) { in ProcessDexInstruction()
2941 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in CodeFlowVerifyInstruction()2944 inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in CodeFlowVerifyInstruction()4379 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in GetMethodIdxOfInvoke()
1459 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in MethodContainsRSensitiveAccess()
1753 ALWAYS_INLINE void INVOKE_VIRTUAL_RANGE_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_VIRTUAL_RANGE_QUICK() function