Home
last modified time | relevance | path

Searched refs:INVOKE_POLYMORPHIC_RANGE (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dcommon_throws.cc477 case Instruction::INVOKE_POLYMORPHIC_RANGE: in IsValidImplicitCheck()
616 case Instruction::INVOKE_POLYMORPHIC_RANGE: in ThrowNullPointerExceptionFromDexPC()
/art/libdexfile/dex/
Ddex_instruction.cc492 case INVOKE_POLYMORPHIC_RANGE: { in DumpString()
Ddex_instruction_list.h273 …V(0xFB, INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range", k4rcc, kIndexMethodAndProtoRef, kCon…
/art/tools/veridex/
Dflow_analysis.cc371 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_common.cc438 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_POLYMORPHIC_RANGE); in DoMethodHandleInvokeExact()
455 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_POLYMORPHIC_RANGE); in DoMethodHandleInvoke()
Dinterpreter_switch_impl-inl.h1214 HANDLER_ATTRIBUTES bool INVOKE_POLYMORPHIC_RANGE() { in INVOKE_POLYMORPHIC_RANGE() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2538 inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic()
2572 const bool is_range = (inst.Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in artInvokePolymorphic()
/art/runtime/verifier/
Dmethod_verifier.cc3151 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in CodeFlowVerifyInstruction()
3152 bool is_range = (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC_RANGE); in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc2334 case Instruction::INVOKE_POLYMORPHIC_RANGE: { in ProcessDexInstruction()