Searched refs:INVOKE_POLYMORPHIC_RANGE (Results 1 – 9 of 9) sorted by relevance
475 case Instruction::INVOKE_POLYMORPHIC_RANGE: in IsValidImplicitCheck()588 case Instruction::INVOKE_POLYMORPHIC_RANGE: in ThrowNullPointerExceptionFromDexPC()
458 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()
403 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_POLYMORPHIC_RANGE); in DoMethodHandleInvokeExact()420 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_POLYMORPHIC_RANGE); in DoMethodHandleInvoke()
1252 HANDLER_ATTRIBUTES bool INVOKE_POLYMORPHIC_RANGE() { in INVOKE_POLYMORPHIC_RANGE() function
2350 inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic()2383 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic()
3049 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in CodeFlowVerifyInstruction()3050 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in CodeFlowVerifyInstruction()
2965 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in ProcessDexInstruction()