Home
last modified time | relevance | path

Searched refs:INVOKE_VIRTUAL_RANGE_QUICK (Results 1 – 12 of 12) sorted by relevance

/art/runtime/jit/
Dprofiling_info.cc52 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in Create()
/art/runtime/
Ddex_to_dex_decompiler.cc173 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in Decompile()
Dcommon_throws.cc479 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in IsValidImplicitCheck()
612 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in ThrowNullPointerExceptionFromDexPC()
Dinstrumentation.cc1411 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in GetRuntimeMethodShorty()
/art/libdexfile/dex/
Ddex_instruction_utils.h73 opcode == Instruction::INVOKE_VIRTUAL_RANGE_QUICK; in IsInstructionQuickInvoke()
Ddex_instruction.cc444 case INVOKE_VIRTUAL_RANGE_QUICK: in DumpString()
Ddex_instruction_list.h256 …V(0xEA, INVOKE_VIRTUAL_RANGE_QUICK, "invoke-virtual/range-quick", k3rc, kIndexVtableOffset, kConti…
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc312 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in Compile()
313 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_RANGE_QUICK, true); in Compile()
/art/compiler/optimizing/
Dinstruction_builder.cc801 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in GetInvokeTypeFromOpCode()
2284 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in ProcessDexInstruction()
2286 if (instruction.Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK) { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2941 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in CodeFlowVerifyInstruction()
2944 inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in CodeFlowVerifyInstruction()
4379 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in GetMethodIdxOfInvoke()
/art/runtime/dex/
Ddex_file_annotations.cc1459 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in MethodContainsRSensitiveAccess()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1753 ALWAYS_INLINE void INVOKE_VIRTUAL_RANGE_QUICK() REQUIRES_SHARED(Locks::mutator_lock_) { in INVOKE_VIRTUAL_RANGE_QUICK() function