/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/test/979-const-method-handle/util-src/annotations/ |
D | ConstantMethodHandle.java | 39 public static final int INVOKE_VIRTUAL = 5; field
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE && in IsInstructionInvoke() 136 : (opcode - Instruction::INVOKE_VIRTUAL)); in InvokeInstructionType()
|
D | dex_instruction_test.cc | 170 EXPECT_EQ(DumpInst35c(Instruction::INVOKE_VIRTUAL, 1234, {3, 2, 1, 5, 6}), in TEST()
|
D | dex_instruction.cc | 372 case INVOKE_VIRTUAL: in DumpString()
|
D | dex_instruction_list.h | 132 …V(0x6E, INVOKE_VIRTUAL, "invoke-virtual", k35c, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, …
|
/art/test/979-const-method-handle/src/ |
D | Main.java | 181 kind = ConstantMethodHandle.INVOKE_VIRTUAL, 191 kind = ConstantMethodHandle.INVOKE_VIRTUAL,
|
/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/test/979-const-method-handle/util-src/transformer/ |
D | ConstantTransformer.java | 127 case ConstantMethodHandle.INVOKE_VIRTUAL: in visitMethod()
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 105 case Instruction::INVOKE_VIRTUAL: { in CollectAccesses()
|
D | flow_analysis.cc | 343 case Instruction::INVOKE_VIRTUAL: { in ProcessDexInstruction()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 378 case Instruction::INVOKE_VIRTUAL: in ProcessDexFile() 583 case Instruction::INVOKE_VIRTUAL: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 357 case Instruction::INVOKE_VIRTUAL: in ProcessCodeItem()
|
/art/runtime/ |
D | common_throws.cc | 470 case Instruction::INVOKE_VIRTUAL: in IsValidImplicitCheck() 567 case Instruction::INVOKE_VIRTUAL: in ThrowNullPointerExceptionFromDexPC()
|
D | quick_exception_handler.cc | 764 case Instruction::INVOKE_VIRTUAL: in DeoptimizeSingleFrame()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 300 case Instruction::INVOKE_VIRTUAL: in GetOpcodeInvokeType()
|
/art/profman/ |
D | profman.cc | 1172 case Instruction::INVOKE_VIRTUAL: in GetAllInvokes() 1197 if (inst->Opcode() == Instruction::INVOKE_VIRTUAL || in HasSingleInvoke()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1205 HANDLER_ATTRIBUTES bool INVOKE_VIRTUAL() { in INVOKE_VIRTUAL() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 882 case Instruction::INVOKE_VIRTUAL: in GetInvokeTypeFromOpCode() 2932 case Instruction::INVOKE_VIRTUAL: { in ProcessDexInstruction()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1470 case Instruction::INVOKE_VIRTUAL: in MethodContainsRSensitiveAccess()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1190 case Instruction::INVOKE_VIRTUAL: in artQuickResolutionTrampoline()
|