Searched refs:INVOKE_VIRTUAL_QUICK (Results 1 – 14 of 14) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.cc | 52 case Instruction::INVOKE_VIRTUAL_QUICK: in Create()
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 169 case Instruction::INVOKE_VIRTUAL_QUICK: in Decompile()
|
D | common_throws.cc | 480 case Instruction::INVOKE_VIRTUAL_QUICK: in IsValidImplicitCheck() 619 case Instruction::INVOKE_VIRTUAL_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
D | instrumentation.cc | 1463 case Instruction::INVOKE_VIRTUAL_QUICK: { in GetRuntimeMethodShorty()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 253 INVOKE_VIRTUAL_QUICK, enumConstant
|
D | Instruction.java | 556 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_QUICK, "+invoke-virtual-quick", 0xe9, new Format35c()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_test.cc | 172 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_VIRTUAL_QUICK, 1234, {3, 2, 1, 5}), in TEST()
|
D | dex_instruction_utils.h | 72 return opcode == Instruction::INVOKE_VIRTUAL_QUICK || in IsInstructionQuickInvoke()
|
D | dex_instruction.cc | 402 case INVOKE_VIRTUAL_QUICK: in DumpString()
|
D | dex_instruction_list.h | 255 …V(0xE9, INVOKE_VIRTUAL_QUICK, "invoke-virtual-quick", k35c, kIndexVtableOffset, kContinue | kThrow…
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 307 case Instruction::INVOKE_VIRTUAL_QUICK: in Compile() 308 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_QUICK, false); in Compile()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 800 case Instruction::INVOKE_VIRTUAL_QUICK: in GetInvokeTypeFromOpCode() 2280 case Instruction::INVOKE_VIRTUAL_QUICK: { in ProcessDexInstruction() 2282 if (instruction.Opcode() == Instruction::INVOKE_VIRTUAL_QUICK) { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1199 HANDLER_ATTRIBUTES bool INVOKE_VIRTUAL_QUICK() { in INVOKE_VIRTUAL_QUICK() function
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1458 case Instruction::INVOKE_VIRTUAL_QUICK: in MethodContainsRSensitiveAccess()
|