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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
InstructionUtil.java 42 return opcode == Opcode.INVOKE_POLYMORPHIC || opcode == Opcode.INVOKE_POLYMORPHIC_RANGE;
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 264 public static final int INVOKE_POLYMORPHIC_RANGE = 0xfb;
OpcodeInfo.java     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvOps.java 285 public static final int INVOKE_POLYMORPHIC_RANGE = 0xfb;
Dops.java 525 public static final Dop INVOKE_POLYMORPHIC_RANGE =
526 new Dop(DalvOps.INVOKE_POLYMORPHIC_RANGE, DalvOps.INVOKE_POLYMORPHIC,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java     [all...]
  /art/runtime/
common_throws.cc 477 case Instruction::INVOKE_POLYMORPHIC_RANGE:
608 case Instruction::INVOKE_POLYMORPHIC_RANGE:
    [all...]
  /art/libdexfile/dex/
dex_instruction.cc 492 case INVOKE_POLYMORPHIC_RANGE: {
dex_instruction_list.h 273 V(0xFB, INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range", k4rcc, kIndexMethodAndProtoRef, kContinue | kThrow | kInvoke, 0, kVerifyRegBMethod | kVerifyVarArgRangeNonZero | kVerifyRegHPrototype) \
  /art/tools/veridex/
flow_analysis.cc 371 case Instruction::INVOKE_POLYMORPHIC_RANGE: {
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 720 if (opcode != Opcodes.INVOKE_POLYMORPHIC_RANGE) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
interpreter_switch_impl-inl.h     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/
Opcode.java     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 606 milliseconds