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

1 2

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 137 INVOKE_SUPER_RANGE,
Instruction.java 439 addOpcodeInfo(Opcode.INVOKE_SUPER_RANGE, "invoke-super/range", 0x75, new Format3rc());
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 154 public static final int INVOKE_SUPER_RANGE = 0x75;
OpcodeInfo.java 502 public static final Info INVOKE_SUPER_RANGE =
503 new Info(Opcodes.INVOKE_SUPER_RANGE, "invoke-super/range",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 151 public static final int INVOKE_SUPER_RANGE = 0x75;
Dops.java 503 public static final Dop INVOKE_SUPER_RANGE =
504 new Dop(DalvOps.INVOKE_SUPER_RANGE, DalvOps.INVOKE_SUPER,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 154 public static final int INVOKE_SUPER_RANGE = 0x75;
OpcodeInfo.java 502 public static final Info INVOKE_SUPER_RANGE =
503 new Info(Opcodes.INVOKE_SUPER_RANGE, "invoke-super/range",
    [all...]
  /art/runtime/
dex_instruction.cc 440 case INVOKE_SUPER_RANGE:
dex_instruction_list.h 138 V(0x75, INVOKE_SUPER_RANGE, "invoke-super/range", k3rc, false, kIndexMethodRef, kContinue | kThrow | kInvoke, kVerifyRegBMethod | kVerifyVarArgRangeNonZero) \
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 488 Opcodes.INVOKE_SUPER_RANGE, Form35c.THE_ONE, false);
506 public static final Dop INVOKE_SUPER_RANGE =
507 new Dop(Opcodes.INVOKE_SUPER_RANGE, Opcodes.INVOKE_SUPER,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 491 Opcodes.INVOKE_SUPER_RANGE, Form35c.THE_ONE, false);
509 public static final Dop INVOKE_SUPER_RANGE =
510 new Dop(Opcodes.INVOKE_SUPER_RANGE, Opcodes.INVOKE_SUPER,
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/compiler/optimizing/
instruction_builder.cc 659 case Instruction::INVOKE_SUPER_RANGE:
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 154 INVOKE_SUPER_RANGE(0x75, "invoke-super/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc     [all...]
interpreter_switch_impl.cc     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 

Completed in 353 milliseconds

1 2