Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc50 case Instruction::INVOKE_VIRTUAL_QUICK: in Create()
/art/runtime/
Ddex_to_dex_decompiler.cc169 case Instruction::INVOKE_VIRTUAL_QUICK: in Decompile()
Dcommon_throws.cc480 case Instruction::INVOKE_VIRTUAL_QUICK: in IsValidImplicitCheck()
619 case Instruction::INVOKE_VIRTUAL_QUICK: in ThrowNullPointerExceptionFromDexPC()
Dinstrumentation.cc1463 case Instruction::INVOKE_VIRTUAL_QUICK: { in GetRuntimeMethodShorty()
/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.cc172 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/dex2oat/dex/
Ddex_to_dex_compiler.cc307 case Instruction::INVOKE_VIRTUAL_QUICK: in Compile()
308 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_QUICK, false); in Compile()
/art/compiler/optimizing/
Dinstruction_builder.cc811 case Instruction::INVOKE_VIRTUAL_QUICK: in GetInvokeTypeFromOpCode()
2553 case Instruction::INVOKE_VIRTUAL_QUICK: { in ProcessDexInstruction()
2555 if (instruction.Opcode() == Instruction::INVOKE_VIRTUAL_QUICK) { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1199 HANDLER_ATTRIBUTES bool INVOKE_VIRTUAL_QUICK() { in INVOKE_VIRTUAL_QUICK() function
/art/runtime/dex/
Ddex_file_annotations.cc1437 case Instruction::INVOKE_VIRTUAL_QUICK: in MethodContainsRSensitiveAccess()
/art/runtime/verifier/
Dmethod_verifier.cc737 case Instruction::INVOKE_VIRTUAL_QUICK: { in GetMethodIdxOfInvoke()
2948 case Instruction::INVOKE_VIRTUAL_QUICK: in CodeFlowVerifyInstruction()