Searched refs:INVOKE_VIRTUAL_RANGE (Results 1 – 19 of 19) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | InvokeChanger.java | 42 Opcode.INVOKE_VIRTUAL_RANGE, 158 int index = opcode.ordinal() - Opcode.INVOKE_VIRTUAL_RANGE.ordinal(); in getDifferentInvokeCallOpcode() 170 return Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE); in isRangeInvokeInst()
|
D | NonsenseStringPrinter.java | 135 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
|
D | ValuePrinter.java | 173 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
|
D | RandomInstructionGenerator.java | 137 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE) in generateMutation()
|
/art/runtime/jit/ |
D | profiling_info.cc | 50 case Instruction::INVOKE_VIRTUAL_RANGE: in Create()
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 139 return opcode >= Instruction::INVOKE_VIRTUAL_RANGE; in IsInvokeInstructionRange() 145 ? (opcode - Instruction::INVOKE_VIRTUAL_RANGE) in InvokeInstructionType()
|
D | dex_instruction.cc | 432 case INVOKE_VIRTUAL_RANGE: in DumpString()
|
D | dex_instruction_list.h | 138 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, kIndexMethodRef, kContinue | kThrow | …
|
/art/runtime/ |
D | dex_to_dex_decompiler.cc | 174 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL_RANGE, true); in Decompile()
|
D | common_throws.cc | 476 case Instruction::INVOKE_VIRTUAL_RANGE: in IsValidImplicitCheck() 599 case Instruction::INVOKE_VIRTUAL_RANGE: in ThrowNullPointerExceptionFromDexPC()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 136 INVOKE_VIRTUAL_RANGE, enumConstant
|
D | CodeItem.java | 192 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)) { in incrementIndex()
|
D | Instruction.java | 438 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", 0x74, new Format3rc()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 126 case Instruction::INVOKE_VIRTUAL_RANGE: { in CollectAccesses()
|
D | flow_analysis.cc | 321 case Instruction::INVOKE_VIRTUAL_RANGE: { in ProcessDexInstruction()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 309 case Instruction::INVOKE_VIRTUAL_RANGE: in Compile()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 813 case Instruction::INVOKE_VIRTUAL_RANGE: in GetInvokeTypeFromOpCode() 2133 case Instruction::INVOKE_VIRTUAL_RANGE: in ProcessDexInstruction()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1354 case Instruction::INVOKE_VIRTUAL_RANGE: in artQuickResolutionTrampoline()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 1608 case Instruction::INVOKE_VIRTUAL_RANGE: { in ExecuteSwitchImplCpp()
|