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

1 2

  /art/runtime/jit/
profiling_info.cc 46 case Instruction::INVOKE_INTERFACE_RANGE:
  /art/compiler/dex/
verified_method.cc 144 inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE;
153 inst->Opcode() == Instruction::INVOKE_INTERFACE_RANGE;
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
CodeItem.java 192 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)) {
Opcode.java 140 INVOKE_INTERFACE_RANGE,
Instruction.java 442 addOpcodeInfo(Opcode.INVOKE_INTERFACE_RANGE, "invoke-interface/range",
  /art/runtime/
dex_instruction_utils.h 67 return Instruction::INVOKE_VIRTUAL <= opcode && opcode <= Instruction::INVOKE_INTERFACE_RANGE &&
dex_instruction.cc 443 case INVOKE_INTERFACE_RANGE:
common_throws.cc 426 case Instruction::INVOKE_INTERFACE_RANGE:
dex_instruction_list.h 141 V(0x78, INVOKE_INTERFACE_RANGE, "invoke-interface/range", k3rc, false, kIndexMethodRef, kContinue | kThrow | kInvoke, kVerifyRegBMethod | kVerifyVarArgRangeNonZero) \
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 157 public static final int INVOKE_INTERFACE_RANGE = 0x78;
OpcodeInfo.java 514 public static final Info INVOKE_INTERFACE_RANGE =
515 new Info(Opcodes.INVOKE_INTERFACE_RANGE, "invoke-interface/range",
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomInstructionGenerator.java 137 Opcode.INVOKE_VIRTUAL_RANGE, Opcode.INVOKE_INTERFACE_RANGE)
  /cts/tools/dasm/src/dasm/
DopInfo.java 211 case Opcodes.INVOKE_INTERFACE_RANGE:
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 154 public static final int INVOKE_INTERFACE_RANGE = 0x78;
Dops.java 515 public static final Dop INVOKE_INTERFACE_RANGE =
516 new Dop(DalvOps.INVOKE_INTERFACE_RANGE, DalvOps.INVOKE_INTERFACE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
Opcodes.java 157 public static final int INVOKE_INTERFACE_RANGE = 0x78;
OpcodeInfo.java 514 public static final Info INVOKE_INTERFACE_RANGE =
515 new Info(Opcodes.INVOKE_INTERFACE_RANGE, "invoke-interface/range",
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 500 Opcodes.INVOKE_INTERFACE_RANGE, Form35c.THE_ONE, false);
518 public static final Dop INVOKE_INTERFACE_RANGE =
519 new Dop(Opcodes.INVOKE_INTERFACE_RANGE, Opcodes.INVOKE_INTERFACE,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 503 Opcodes.INVOKE_INTERFACE_RANGE, Form35c.THE_ONE, false);
521 public static final Dop INVOKE_INTERFACE_RANGE =
522 new Dop(Opcodes.INVOKE_INTERFACE_RANGE, Opcodes.INVOKE_INTERFACE,
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc 657 case Instruction::INVOKE_INTERFACE_RANGE:
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java 157 INVOKE_INTERFACE_RANGE(0x78, "invoke-interface/range", ReferenceType.METHOD, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT),
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 140 milliseconds

1 2