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

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
InstructionUtil.java 38 return opcode == Opcode.INVOKE_STATIC || opcode == Opcode.INVOKE_STATIC_RANGE;
  /external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
AccessorTest.java 115 if (opcode == Opcode.INVOKE_STATIC || opcode == Opcode.INVOKE_STATIC_RANGE) {
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 156 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 511 public static final Dop INVOKE_STATIC_RANGE =
512 new Dop(DalvOps.INVOKE_STATIC_RANGE, DalvOps.INVOKE_STATIC,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 156 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...]
  /art/runtime/
dex_instruction.cc 357 case INVOKE_STATIC_RANGE:
dex_instruction_list.h 140 V(0x77, INVOKE_STATIC_RANGE, "invoke-static/range", k3rc, false, kMethodRef, kContinue | kThrow | kInvoke, kVerifyRegBMethod | kVerifyVarArgRange) \
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 347 case Instruction::INVOKE_STATIC_RANGE:
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 496 Opcodes.INVOKE_STATIC_RANGE, Form35c.THE_ONE, false);
514 public static final Dop INVOKE_STATIC_RANGE =
515 new Dop(Opcodes.INVOKE_STATIC_RANGE, Opcodes.INVOKE_STATIC,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 499 Opcodes.INVOKE_STATIC_RANGE, Form35c.THE_ONE, false);
517 public static final Dop INVOKE_STATIC_RANGE =
518 new Dop(Opcodes.INVOKE_STATIC_RANGE, Opcodes.INVOKE_STATIC,
    [all...]
  /art/compiler/optimizing/
builder.cc 334 && instruction.Opcode() != Instruction::INVOKE_STATIC_RANGE;
616 case Instruction::INVOKE_STATIC_RANGE:
  /art/compiler/dex/
vreg_analysis.cc 280 (mir->dalvikInsn.opcode != Instruction::INVOKE_STATIC_RANGE))) {
frontend.cc 277 Instruction::INVOKE_STATIC_RANGE,
mir_dataflow.cc 390 // 77 INVOKE_STATIC_RANGE {vCCCC .. vNNNN}
    [all...]
local_value_numbering.cc     [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc     [all...]
mir_to_lir.cc 803 case Instruction::INVOKE_STATIC_RANGE:
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 716 case Instruction::INVOKE_STATIC_RANGE:
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 148 INVOKE_STATIC_RANGE((short)0x77, "invoke-static/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]

Completed in 433 milliseconds

1 2