Home
last modified time | relevance | path

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

12

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java34 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()
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/test/979-const-method-handle/util-src/annotations/
DConstantMethodHandle.java39 public static final int INVOKE_VIRTUAL = 5; field
/art/libdexfile/dex/
Ddex_instruction_utils.h67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE && in IsInstructionInvoke()
136 : (opcode - Instruction::INVOKE_VIRTUAL)); in InvokeInstructionType()
Ddex_instruction_test.cc170 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_VIRTUAL, 1234, {3, 2, 1, 5, 6}), in TEST()
Ddex_instruction.cc372 case INVOKE_VIRTUAL: in DumpString()
Ddex_instruction_list.h132 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, …
/art/test/979-const-method-handle/src/
DMain.java181 kind = ConstantMethodHandle.INVOKE_VIRTUAL,
191 kind = ConstantMethodHandle.INVOKE_VIRTUAL,
/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/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java127 case ConstantMethodHandle.INVOKE_VIRTUAL: in visitMethod()
/art/tools/veridex/
Dhidden_api_finder.cc105 case Instruction::INVOKE_VIRTUAL: { in CollectAccesses()
Dflow_analysis.cc343 case Instruction::INVOKE_VIRTUAL: { in ProcessDexInstruction()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc378 case Instruction::INVOKE_VIRTUAL: in ProcessDexFile()
583 case Instruction::INVOKE_VIRTUAL: in ProcessDexFile()
Ddexanalyze_bytecode.cc357 case Instruction::INVOKE_VIRTUAL: in ProcessCodeItem()
/art/runtime/
Dcommon_throws.cc470 case Instruction::INVOKE_VIRTUAL: in IsValidImplicitCheck()
567 case Instruction::INVOKE_VIRTUAL: in ThrowNullPointerExceptionFromDexPC()
Dquick_exception_handler.cc764 case Instruction::INVOKE_VIRTUAL: in DeoptimizeSingleFrame()
/art/runtime/interpreter/mterp/
Dnterp.cc300 case Instruction::INVOKE_VIRTUAL: in GetOpcodeInvokeType()
/art/profman/
Dprofman.cc1172 case Instruction::INVOKE_VIRTUAL: in GetAllInvokes()
1197 if (inst->Opcode() == Instruction::INVOKE_VIRTUAL || in HasSingleInvoke()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1205 HANDLER_ATTRIBUTES bool INVOKE_VIRTUAL() { in INVOKE_VIRTUAL() function
/art/compiler/optimizing/
Dinstruction_builder.cc882 case Instruction::INVOKE_VIRTUAL: in GetInvokeTypeFromOpCode()
2932 case Instruction::INVOKE_VIRTUAL: { in ProcessDexInstruction()
/art/runtime/dex/
Ddex_file_annotations.cc1470 case Instruction::INVOKE_VIRTUAL: in MethodContainsRSensitiveAccess()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1190 case Instruction::INVOKE_VIRTUAL: in artQuickResolutionTrampoline()

12