Searched refs:INVOKE_VIRTUAL (Results 1 – 17 of 17) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.cc | 41 case Instruction::INVOKE_VIRTUAL: in Create()
|
/art/runtime/ |
D | dex_instruction_utils.h | 67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE && in IsInstructionInvoke() 152 : (opcode - Instruction::INVOKE_VIRTUAL)); in InvokeInstructionType()
|
D | dex_instruction.cc | 398 case INVOKE_VIRTUAL: in DumpString()
|
D | common_throws.cc | 417 case Instruction::INVOKE_VIRTUAL: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 131 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, false, kIndexMethodRef, kContinue | kThrow | kInvo…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 130 INVOKE_VIRTUAL, enumConstant
|
D | CodeItem.java | 190 if (Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE) in incrementIndex()
|
D | Instruction.java | 432 addOpcodeInfo(Opcode.INVOKE_VIRTUAL, "invoke-virtual", 0x6e, new Format35c()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NewMethodCaller.java | 148 newInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL); in applyMutation()
|
D | RandomInstructionGenerator.java | 135 || Opcode.isBetween(newOpcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE) in generateMutation()
|
/art/compiler/dex/ |
D | verified_method.cc | 141 const bool is_virtual = inst->Opcode() == Instruction::INVOKE_VIRTUAL || in GenerateDevirtMap()
|
D | dex_to_dex_compiler.cc | 186 case Instruction::INVOKE_VIRTUAL: in Compile()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 651 case Instruction::INVOKE_VIRTUAL: in GetInvokeTypeFromOpCode() 1844 case Instruction::INVOKE_VIRTUAL: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 979 case Instruction::INVOKE_VIRTUAL: in artQuickResolutionTrampoline()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 964 case Instruction::INVOKE_VIRTUAL: in ComputeWidthsAndCountOps() 2830 case Instruction::INVOKE_VIRTUAL: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1575 HANDLE_INSTRUCTION_START(INVOKE_VIRTUAL) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1475 case Instruction::INVOKE_VIRTUAL: { in ExecuteSwitchImpl()
|