Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc57 case Instruction::INVOKE_VIRTUAL_QUICK: in Create()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java253 INVOKE_VIRTUAL_QUICK, enumConstant
DInstruction.java556 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_QUICK, "+invoke-virtual-quick", 0xe9, new Format35c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_to_dex_decompiler.cc176 case Instruction::INVOKE_VIRTUAL_QUICK: in Decompile()
Ddex_instruction_utils.h72 return opcode == Instruction::INVOKE_VIRTUAL_QUICK || in IsInstructionQuickInvoke()
Dcommon_throws.cc457 case Instruction::INVOKE_VIRTUAL_QUICK: in IsValidImplicitCheck()
586 case Instruction::INVOKE_VIRTUAL_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction.cc396 case INVOKE_VIRTUAL_QUICK: in DumpString()
Ddex_instruction_list.h255 …V(0xE9, INVOKE_VIRTUAL_QUICK, "invoke-virtual-quick", k35c, kIndexVtableOffset, kContinue | kThrow…
/art/compiler/dex/
Ddex_to_dex_compiler.cc186 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_QUICK, false); in Compile()
/art/compiler/optimizing/
Dinstruction_builder.cc664 case Instruction::INVOKE_VIRTUAL_QUICK: in GetInvokeTypeFromOpCode()
1918 case Instruction::INVOKE_VIRTUAL_QUICK: { in ProcessDexInstruction()
1920 if (instruction.Opcode() == Instruction::INVOKE_VIRTUAL_QUICK) { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3443 case Instruction::INVOKE_VIRTUAL_QUICK: in CodeFlowVerifyInstruction()
4433 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_VIRTUAL_QUICK); in GetQuickInvokedMethod()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1523 case Instruction::INVOKE_VIRTUAL_QUICK: { in ExecuteSwitchImpl()