Searched refs:INVOKE_VIRTUAL_QUICK (Results 1 – 15 of 15) sorted by relevance
/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_instruction_utils.h | 62 return opcode == Instruction::INVOKE_VIRTUAL_QUICK || in IsInstructionQuickInvoke()
|
D | dex_instruction.cc | 361 case INVOKE_VIRTUAL_QUICK: in DumpString()
|
D | common_throws.cc | 387 case Instruction::INVOKE_VIRTUAL_QUICK: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 254 …V(0xE9, INVOKE_VIRTUAL_QUICK, "invoke-virtual-quick", k35c, false, kMethodRef, kContinue | kThrow …
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 168 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_QUICK, false); in Compile()
|
D | verified_method.cc | 212 const bool is_virtual_quick = inst->Opcode() == Instruction::INVOKE_VIRTUAL_QUICK; in GenerateDequickenMap()
|
D | type_inference.cc | 832 case Instruction::INVOKE_VIRTUAL_QUICK: in InitializeSRegs()
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 371 Instruction::INVOKE_VIRTUAL_QUICK, 421 Instruction::INVOKE_VIRTUAL_QUICK,
|
D | mir_to_lir.cc | 923 case Instruction::INVOKE_VIRTUAL_QUICK: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1199 case Instruction::INVOKE_VIRTUAL_QUICK: in AnalyzeMIR()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2880 case Instruction::INVOKE_VIRTUAL_QUICK: in CodeFlowVerifyInstruction() 3531 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_VIRTUAL_QUICK); in GetQuickInvokedMethod()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1596 HANDLE_INSTRUCTION_START(INVOKE_VIRTUAL_QUICK) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1430 case Instruction::INVOKE_VIRTUAL_QUICK: { in ExecuteSwitchImpl()
|