Home
last modified time | relevance | path

Searched refs:INVOKE_VIRTUAL (Results 1 – 17 of 17) sorted by relevance

/art/runtime/jit/
Dprofiling_info.cc41 case Instruction::INVOKE_VIRTUAL: in Create()
/art/runtime/
Ddex_instruction_utils.h67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE && in IsInstructionInvoke()
152 : (opcode - Instruction::INVOKE_VIRTUAL)); in InvokeInstructionType()
Ddex_instruction.cc398 case INVOKE_VIRTUAL: in DumpString()
Dcommon_throws.cc417 case Instruction::INVOKE_VIRTUAL: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h131 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, false, kIndexMethodRef, kContinue | kThrow | kInvo…
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java130 INVOKE_VIRTUAL, enumConstant
DCodeItem.java190 if (Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE) in incrementIndex()
DInstruction.java432 addOpcodeInfo(Opcode.INVOKE_VIRTUAL, "invoke-virtual", 0x6e, new Format35c()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewMethodCaller.java148 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL); in applyMutation()
DRandomInstructionGenerator.java135 || Opcode.isBetween(newOpcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE) in generateMutation()
/art/compiler/dex/
Dverified_method.cc141 const bool is_virtual = inst->Opcode() == Instruction::INVOKE_VIRTUAL || in GenerateDevirtMap()
Ddex_to_dex_compiler.cc186 case Instruction::INVOKE_VIRTUAL: in Compile()
/art/compiler/optimizing/
Dinstruction_builder.cc651 case Instruction::INVOKE_VIRTUAL: in GetInvokeTypeFromOpCode()
1844 case Instruction::INVOKE_VIRTUAL: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc979 case Instruction::INVOKE_VIRTUAL: in artQuickResolutionTrampoline()
/art/runtime/verifier/
Dmethod_verifier.cc964 case Instruction::INVOKE_VIRTUAL: in ComputeWidthsAndCountOps()
2830 case Instruction::INVOKE_VIRTUAL: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1575 HANDLE_INSTRUCTION_START(INVOKE_VIRTUAL) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc1475 case Instruction::INVOKE_VIRTUAL: { in ExecuteSwitchImpl()