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/test/979-const-method-handle/src/
DMain.java173 kind = ConstantMethodHandle.INVOKE_VIRTUAL,
183 kind = ConstantMethodHandle.INVOKE_VIRTUAL,
/art/runtime/jit/
Dprofiling_info.cc48 case Instruction::INVOKE_VIRTUAL: in Create()
/art/libdexfile/dex/
Ddex_instruction_utils.h67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE && in IsInstructionInvoke()
146 : (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.cc389 case INVOKE_VIRTUAL: in DumpString()
Ddex_instruction_list.h132 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, …
/art/runtime/
Ddex_to_dex_decompiler.cc170 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL, false); in Decompile()
Dcommon_throws.cc472 case Instruction::INVOKE_VIRTUAL: in IsValidImplicitCheck()
595 case Instruction::INVOKE_VIRTUAL: in ThrowNullPointerExceptionFromDexPC()
/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/veridex/
Dhidden_api_finder.cc98 case Instruction::INVOKE_VIRTUAL: { in CollectAccesses()
Dflow_analysis.cc320 case Instruction::INVOKE_VIRTUAL: { in ProcessDexInstruction()
/art/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java127 case ConstantMethodHandle.INVOKE_VIRTUAL: in visitMethod()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc378 case Instruction::INVOKE_VIRTUAL: in ProcessDexFile()
582 case Instruction::INVOKE_VIRTUAL: in ProcessDexFile()
Ddexanalyze_bytecode.cc357 case Instruction::INVOKE_VIRTUAL: in ProcessCodeItem()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc306 case Instruction::INVOKE_VIRTUAL: in Compile()
/art/runtime/interpreter/mterp/
Dnterp.cc188 case Instruction::INVOKE_VIRTUAL: { in NterpGetMethod()
/art/profman/
Dprofman.cc1008 if (inst->Opcode() == Instruction::INVOKE_VIRTUAL || in HasSingleInvoke()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1159 HANDLER_ATTRIBUTES bool INVOKE_VIRTUAL() { in INVOKE_VIRTUAL() function
/art/compiler/optimizing/
Dinstruction_builder.cc810 case Instruction::INVOKE_VIRTUAL: in GetInvokeTypeFromOpCode()
2552 case Instruction::INVOKE_VIRTUAL: in ProcessDexInstruction()

12