Home
last modified time | relevance | path

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

/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/runtime/
Ddex_instruction_utils.h62 return opcode == Instruction::INVOKE_VIRTUAL_QUICK || in IsInstructionQuickInvoke()
Ddex_instruction.cc361 case INVOKE_VIRTUAL_QUICK: in DumpString()
Dcommon_throws.cc387 case Instruction::INVOKE_VIRTUAL_QUICK: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h254 …V(0xE9, INVOKE_VIRTUAL_QUICK, "invoke-virtual-quick", k35c, false, kMethodRef, kContinue | kThrow …
/art/compiler/dex/
Ddex_to_dex_compiler.cc168 CompileInvokeVirtual(inst, dex_pc, Instruction::INVOKE_VIRTUAL_QUICK, false); in Compile()
Dverified_method.cc212 const bool is_virtual_quick = inst->Opcode() == Instruction::INVOKE_VIRTUAL_QUICK; in GenerateDequickenMap()
Dtype_inference.cc832 case Instruction::INVOKE_VIRTUAL_QUICK: in InitializeSRegs()
/art/compiler/dex/quick/
Dquick_compiler.cc371 Instruction::INVOKE_VIRTUAL_QUICK,
421 Instruction::INVOKE_VIRTUAL_QUICK,
Dmir_to_lir.cc923 case Instruction::INVOKE_VIRTUAL_QUICK: in CompileDalvikInstruction()
Dralloc_util.cc1199 case Instruction::INVOKE_VIRTUAL_QUICK: in AnalyzeMIR()
/art/runtime/verifier/
Dmethod_verifier.cc2880 case Instruction::INVOKE_VIRTUAL_QUICK: in CodeFlowVerifyInstruction()
3531 DCHECK_EQ(inst->Opcode(), Instruction::INVOKE_VIRTUAL_QUICK); in GetQuickInvokedMethod()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1596 HANDLE_INSTRUCTION_START(INVOKE_VIRTUAL_QUICK) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1430 case Instruction::INVOKE_VIRTUAL_QUICK: { in ExecuteSwitchImpl()