Searched refs:INVOKE_POLYMORPHIC_RANGE (Results 1 – 9 of 9) sorted by relevance
477 case Instruction::INVOKE_POLYMORPHIC_RANGE: in IsValidImplicitCheck()590 case Instruction::INVOKE_POLYMORPHIC_RANGE: in ThrowNullPointerExceptionFromDexPC()
457 case INVOKE_POLYMORPHIC_RANGE: { in DumpString()
273 …V(0xFB, INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range", k4rcc, kIndexMethodAndProtoRef, kCon…
394 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in ProcessDexInstruction()
434 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_POLYMORPHIC_RANGE); in DoMethodHandleInvokeExact()451 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_POLYMORPHIC_RANGE); in DoMethodHandleInvoke()
1075 HANDLER_ATTRIBUTES bool INVOKE_POLYMORPHIC_RANGE() { in INVOKE_POLYMORPHIC_RANGE() function
2427 inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic()2461 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic()
3128 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in CodeFlowVerifyInstruction()3129 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in CodeFlowVerifyInstruction()
2775 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in ProcessDexInstruction()