Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc51 case Instruction::INVOKE_VIRTUAL_QUICK: in Create()
/art/runtime/
Ddex_to_dex_decompiler.cc169 case Instruction::INVOKE_VIRTUAL_QUICK: in Decompile()
Dcommon_throws.cc481 case Instruction::INVOKE_VIRTUAL_QUICK: in IsValidImplicitCheck()
614 case Instruction::INVOKE_VIRTUAL_QUICK: in ThrowNullPointerExceptionFromDexPC()
/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/libdexfile/dex/
Ddex_instruction_test.cc166 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_VIRTUAL_QUICK, 1234, {3, 2, 1, 5}), in TEST()
Ddex_instruction_utils.h72 return opcode == Instruction::INVOKE_VIRTUAL_QUICK || in IsInstructionQuickInvoke()
Ddex_instruction.cc402 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.cc305 case Instruction::INVOKE_VIRTUAL_QUICK: in Compile()
306 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_QUICK, false); in Compile()
/art/compiler/optimizing/
Dinstruction_builder.cc812 case Instruction::INVOKE_VIRTUAL_QUICK: in GetInvokeTypeFromOpCode()
2107 case Instruction::INVOKE_VIRTUAL_QUICK: { in ProcessDexInstruction()
2109 if (instruction.Opcode() == Instruction::INVOKE_VIRTUAL_QUICK) { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1671 case Instruction::INVOKE_VIRTUAL_QUICK: { in ExecuteSwitchImplCpp()