/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/test/979-const-method-handle/src/ |
D | Main.java | 173 kind = ConstantMethodHandle.INVOKE_VIRTUAL, 183 kind = ConstantMethodHandle.INVOKE_VIRTUAL,
|
/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 | 170 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 | 472 case Instruction::INVOKE_VIRTUAL: in IsValidImplicitCheck() 593 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 | 102 case Instruction::INVOKE_VIRTUAL: { in CollectAccesses()
|
D | flow_analysis.cc | 320 case Instruction::INVOKE_VIRTUAL: { in ProcessDexInstruction()
|
/art/test/979-const-method-handle/util-src/transformer/ |
D | ConstantTransformer.java | 127 case ConstantMethodHandle.INVOKE_VIRTUAL: in visitMethod()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 378 case Instruction::INVOKE_VIRTUAL: in ProcessDexFile() 582 case Instruction::INVOKE_VIRTUAL: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 357 case Instruction::INVOKE_VIRTUAL: in ProcessCodeItem()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 306 case Instruction::INVOKE_VIRTUAL: in Compile()
|
/art/profman/ |
D | profman.cc | 902 if (inst->Opcode() == Instruction::INVOKE_VIRTUAL || in HasSingleInvoke()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 798 case Instruction::INVOKE_VIRTUAL: in GetInvokeTypeFromOpCode() 2257 case Instruction::INVOKE_VIRTUAL: in ProcessDexInstruction()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1439 case Instruction::INVOKE_VIRTUAL: in MethodContainsRSensitiveAccess()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1356 case Instruction::INVOKE_VIRTUAL: in artQuickResolutionTrampoline()
|