Searched refs:INVOKE_VIRTUAL (Results 1 – 20 of 20) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 34 Opcode.INVOKE_VIRTUAL, 154 int index = opcode.ordinal() - Opcode.INVOKE_VIRTUAL.ordinal(); in getDifferentInvokeCallOpcode() 166 return Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL, Opcode.INVOKE_INTERFACE); in isSimpleInvokeInst()
|
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/runtime/jit/ |
D | profiling_info.cc | 49 case Instruction::INVOKE_VIRTUAL: in Create()
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE && in IsInstructionInvoke() 146 : (opcode - Instruction::INVOKE_VIRTUAL)); in InvokeInstructionType()
|
D | dex_instruction_test.cc | 164 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_VIRTUAL, 1234, {3, 2, 1, 5, 6}), in TEST()
|
D | dex_instruction.cc | 389 case INVOKE_VIRTUAL: in DumpString()
|
D | dex_instruction_list.h | 132 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, …
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 170 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL, false); in Decompile()
|
D | common_throws.cc | 475 case Instruction::INVOKE_VIRTUAL: in IsValidImplicitCheck() 596 case Instruction::INVOKE_VIRTUAL: in ThrowNullPointerExceptionFromDexPC()
|
/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/veridex/ |
D | hidden_api_finder.cc | 116 case Instruction::INVOKE_VIRTUAL: { in CollectAccesses()
|
D | flow_analysis.cc | 312 case Instruction::INVOKE_VIRTUAL: { in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 304 case Instruction::INVOKE_VIRTUAL: in Compile()
|
/art/profman/ |
D | profman.cc | 839 if (inst->Opcode() == Instruction::INVOKE_VIRTUAL) { in HasSingleInvoke()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 811 case Instruction::INVOKE_VIRTUAL: in GetInvokeTypeFromOpCode() 2106 case Instruction::INVOKE_VIRTUAL: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1350 case Instruction::INVOKE_VIRTUAL: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1601 case Instruction::INVOKE_VIRTUAL: { in ExecuteSwitchImplCpp()
|