HomeSort by relevance Sort by last modified time
    Searched refs:INVOKE_STATIC_RANGE (Results 1 - 23 of 23) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
InstructionUtil.java 38 return opcode == Opcode.INVOKE_STATIC || opcode == Opcode.INVOKE_STATIC_RANGE;
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
InvokeChanger.java 45 Opcode.INVOKE_STATIC_RANGE,
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 139 INVOKE_STATIC_RANGE,
Instruction.java 441 addOpcodeInfo(Opcode.INVOKE_STATIC_RANGE, "invoke-static/range", 0x77, new Format3rc());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/
AccessorTest.java 115 if (opcode == Opcode.INVOKE_STATIC || opcode == Opcode.INVOKE_STATIC_RANGE) {
  /art/libdexfile/dex/
dex_instruction_utils.h 77 return opcode == Instruction::INVOKE_STATIC || opcode == Instruction::INVOKE_STATIC_RANGE;
dex_instruction.cc 435 case INVOKE_STATIC_RANGE:
dex_instruction_list.h 141 V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, kIndexMethodRef, kContinue | kThrow | kInvoke, 0, kVerifyRegBMethod | kVerifyVarArgRange) \
  /art/tools/veridex/
hidden_api_finder.cc 109 case Instruction::INVOKE_STATIC_RANGE:
flow_analysis.cc 327 case Instruction::INVOKE_STATIC_RANGE:
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 157 public static final int INVOKE_STATIC_RANGE = 0x77;
OpcodeInfo.java 510 public static final Info INVOKE_STATIC_RANGE =
511 new Info(Opcodes.INVOKE_STATIC_RANGE, "invoke-static/range",
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 153 public static final int INVOKE_STATIC_RANGE = 0x77;
Dops.java 517 public static final Dop INVOKE_STATIC_RANGE =
518 new Dop(DalvOps.INVOKE_STATIC_RANGE, DalvOps.INVOKE_STATIC,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 498 Opcodes.INVOKE_STATIC_RANGE, Form35c.THE_ONE, false);
516 public static final Dop INVOKE_STATIC_RANGE =
517 new Dop(Opcodes.INVOKE_STATIC_RANGE, Opcodes.INVOKE_STATIC,
    [all...]
  /art/tools/dexanalyze/
dexanalyze_experiments.cc 41 code == Instruction::INVOKE_STATIC_RANGE ||
401 case Instruction::INVOKE_STATIC_RANGE: {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 156 INVOKE_STATIC_RANGE(0x77, "invoke-static/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc 793 case Instruction::INVOKE_STATIC_RANGE:
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter_switch_impl-inl.h     [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 171 milliseconds