Searched refs:INVOKE_VIRTUAL_QUICK (Results 1 – 12 of 12) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.cc | 57 case Instruction::INVOKE_VIRTUAL_QUICK: in Create()
|
/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/runtime/ |
D | dex_to_dex_decompiler.cc | 176 case Instruction::INVOKE_VIRTUAL_QUICK: in Decompile()
|
D | dex_instruction_utils.h | 72 return opcode == Instruction::INVOKE_VIRTUAL_QUICK || in IsInstructionQuickInvoke()
|
D | common_throws.cc | 457 case Instruction::INVOKE_VIRTUAL_QUICK: in IsValidImplicitCheck() 586 case Instruction::INVOKE_VIRTUAL_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction.cc | 396 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/compiler/dex/ |
D | dex_to_dex_compiler.cc | 186 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_QUICK, false); in Compile()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 664 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/ |
D | method_verifier.cc | 3443 case Instruction::INVOKE_VIRTUAL_QUICK: in CodeFlowVerifyInstruction() 4433 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_VIRTUAL_QUICK); in GetQuickInvokedMethod()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1523 case Instruction::INVOKE_VIRTUAL_QUICK: { in ExecuteSwitchImpl()
|