Home
last modified time | relevance | path

Searched refs:INVOKE_VIRTUAL_RANGE (Results 1 – 19 of 19) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DInvokeChanger.java42 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()
DNonsenseStringPrinter.java135 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
DValuePrinter.java173 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE); in applyMutation()
DRandomInstructionGenerator.java137 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE) in generateMutation()
/art/runtime/jit/
Dprofiling_info.cc50 case Instruction::INVOKE_VIRTUAL_RANGE: in Create()
/art/libdexfile/dex/
Ddex_instruction_utils.h139 return opcode >= Instruction::INVOKE_VIRTUAL_RANGE; in IsInvokeInstructionRange()
145 ? (opcode - Instruction::INVOKE_VIRTUAL_RANGE) in InvokeInstructionType()
Ddex_instruction.cc432 case INVOKE_VIRTUAL_RANGE: in DumpString()
Ddex_instruction_list.h138 …V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, kIndexMethodRef, kContinue | kThrow | …
/art/runtime/
Ddex_to_dex_decompiler.cc174 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL_RANGE, true); in Decompile()
Dcommon_throws.cc476 case Instruction::INVOKE_VIRTUAL_RANGE: in IsValidImplicitCheck()
599 case Instruction::INVOKE_VIRTUAL_RANGE: in ThrowNullPointerExceptionFromDexPC()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java136 INVOKE_VIRTUAL_RANGE, enumConstant
DCodeItem.java192 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)) { in incrementIndex()
DInstruction.java438 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", 0x74, new Format3rc()); in addOpcodeInfo() argument
/art/tools/veridex/
Dhidden_api_finder.cc126 case Instruction::INVOKE_VIRTUAL_RANGE: { in CollectAccesses()
Dflow_analysis.cc321 case Instruction::INVOKE_VIRTUAL_RANGE: { in ProcessDexInstruction()
/art/compiler/dex/
Ddex_to_dex_compiler.cc309 case Instruction::INVOKE_VIRTUAL_RANGE: in Compile()
/art/compiler/optimizing/
Dinstruction_builder.cc813 case Instruction::INVOKE_VIRTUAL_RANGE: in GetInvokeTypeFromOpCode()
2133 case Instruction::INVOKE_VIRTUAL_RANGE: in ProcessDexInstruction()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1354 case Instruction::INVOKE_VIRTUAL_RANGE: in artQuickResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc1608 case Instruction::INVOKE_VIRTUAL_RANGE: { in ExecuteSwitchImplCpp()