Home
last modified time | relevance | path

Searched refs:INVOKE_POLYMORPHIC (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Dcommon_throws.cc476 case Instruction::INVOKE_POLYMORPHIC: in IsValidImplicitCheck()
613 case Instruction::INVOKE_POLYMORPHIC: in ThrowNullPointerExceptionFromDexPC()
/art/runtime/interpreter/mterp/
Dnterp.cc112 dex::ProtoIndex proto_idx(inst->Opcode() == Instruction::INVOKE_POLYMORPHIC in NterpGetShortyFromInvokePolymorphic()
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc351 if (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC) { \
Dinterpreter_common.cc433 if (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC) { in DoMethodHandleInvokeExact()
450 if (inst->Opcode() == Instruction::INVOKE_POLYMORPHIC) { in DoMethodHandleInvoke()
Dinterpreter_switch_impl-inl.h1207 HANDLER_ATTRIBUTES bool INVOKE_POLYMORPHIC() { in INVOKE_POLYMORPHIC() function
/art/tools/veridex/
Dflow_analysis.cc366 case Instruction::INVOKE_POLYMORPHIC: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h272 …V(0xFA, INVOKE_POLYMORPHIC, "invoke-polymorphic", k45cc, kIndexMethodAndProtoRef, kContinue | kThr…
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2537 DCHECK(inst.Opcode() == Instruction::INVOKE_POLYMORPHIC || in artInvokePolymorphic()
/art/compiler/optimizing/
Dinstruction_builder.cc2325 case Instruction::INVOKE_POLYMORPHIC: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3150 case Instruction::INVOKE_POLYMORPHIC: in CodeFlowVerifyInstruction()