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.cc51 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.cc481 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in IsValidImplicitCheck()
620 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in ThrowNullPointerExceptionFromDexPC()
Dinstrumentation.cc1462 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.cc813 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in GetInvokeTypeFromOpCode()
2579 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in ProcessDexInstruction()
2581 if (instruction.Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK) { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc736 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in GetMethodIdxOfInvoke()
2949 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: { in CodeFlowVerifyInstruction()
2952 inst->Opcode() == Instruction::INVOKE_VIRTUAL_RANGE_QUICK); in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1203 HANDLER_ATTRIBUTES bool INVOKE_VIRTUAL_RANGE_QUICK() { in INVOKE_VIRTUAL_RANGE_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1438 case Instruction::INVOKE_VIRTUAL_RANGE_QUICK: in MethodContainsRSensitiveAccess()