Searched refs:INVOKE_POLYMORPHIC_RANGE (Results 1 – 9 of 9) sorted by relevance
477 case Instruction::INVOKE_POLYMORPHIC_RANGE: in IsValidImplicitCheck()616 case Instruction::INVOKE_POLYMORPHIC_RANGE: in ThrowNullPointerExceptionFromDexPC()
492 case INVOKE_POLYMORPHIC_RANGE: { in DumpString()
273 …V(0xFB, INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range", k4rcc, kIndexMethodAndProtoRef, kCon…
371 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in ProcessDexInstruction()
438 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_POLYMORPHIC_RANGE); in DoMethodHandleInvokeExact()455 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_POLYMORPHIC_RANGE); in DoMethodHandleInvoke()
1214 HANDLER_ATTRIBUTES bool INVOKE_POLYMORPHIC_RANGE() { in INVOKE_POLYMORPHIC_RANGE() function
2538 inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic()2572 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic()
3151 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in CodeFlowVerifyInstruction()3152 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in CodeFlowVerifyInstruction()
2334 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in ProcessDexInstruction()