HomeSort by relevance Sort by last modified time
    Searched refs:INVOKE_VIRTUAL_RANGE (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
InvokeChanger.java 42 Opcode.INVOKE_VIRTUAL_RANGE,
158 int index = opcode.ordinal() - Opcode.INVOKE_VIRTUAL_RANGE.ordinal();
170 return Opcode.isBetween(opcode, Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE);
NonsenseStringPrinter.java 135 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE);
ValuePrinter.java 173 invokeInsn.insn.info = Instruction.getOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE);
RandomInstructionGenerator.java 137 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)
  /art/runtime/jit/
profiling_info.cc 50 case Instruction::INVOKE_VIRTUAL_RANGE:
  /art/libdexfile/dex/
dex_instruction_utils.h 139 return opcode >= Instruction::INVOKE_VIRTUAL_RANGE;
145 ? (opcode - Instruction::INVOKE_VIRTUAL_RANGE)
dex_instruction.cc 432 case INVOKE_VIRTUAL_RANGE:
dex_instruction_list.h 138 V(0x74, INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", k3rc, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVerifyRegBMethod | kVerifyVarArgRangeNonZero) \
  /art/runtime/
dex_to_dex_decompiler.cc 174 DecompileInvokeVirtual(inst, Instruction::INVOKE_VIRTUAL_RANGE, true);
common_throws.cc 476 case Instruction::INVOKE_VIRTUAL_RANGE:
599 case Instruction::INVOKE_VIRTUAL_RANGE:
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java 192 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)) {
Opcode.java 136 INVOKE_VIRTUAL_RANGE,
Instruction.java 438 addOpcodeInfo(Opcode.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range", 0x74, new Format3rc());
  /art/tools/veridex/
hidden_api_finder.cc 126 case Instruction::INVOKE_VIRTUAL_RANGE: {
flow_analysis.cc 321 case Instruction::INVOKE_VIRTUAL_RANGE: {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 154 public static final int INVOKE_VIRTUAL_RANGE = 0x74;
OpcodeInfo.java 498 public static final Info INVOKE_VIRTUAL_RANGE =
499 new Info(Opcodes.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 150 public static final int INVOKE_VIRTUAL_RANGE = 0x74;
Dops.java 505 public static final Dop INVOKE_VIRTUAL_RANGE =
506 new Dop(DalvOps.INVOKE_VIRTUAL_RANGE, DalvOps.INVOKE_VIRTUAL,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 486 Opcodes.INVOKE_VIRTUAL_RANGE, Form35c.THE_ONE, false);
504 public static final Dop INVOKE_VIRTUAL_RANGE =
505 new Dop(Opcodes.INVOKE_VIRTUAL_RANGE, Opcodes.INVOKE_VIRTUAL,
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 309 case Instruction::INVOKE_VIRTUAL_RANGE:
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 281 Assert.assertEquals(Opcode.INVOKE_VIRTUAL_RANGE, instruction.getOpcode());
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 153 INVOKE_VIRTUAL_RANGE(0x74, "invoke-virtual/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
    [all...]

Completed in 759 milliseconds

1 2 3 4