Home
last modified time | relevance | path

Searched refs:INVOKE_POLYMORPHIC_RANGE (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java264 public static final int INVOKE_POLYMORPHIC_RANGE = 0xfb; field in Opcodes
DOpcodeInfo.java938 public static final Info INVOKE_POLYMORPHIC_RANGE = field in OpcodeInfo
939 new Info(Opcodes.INVOKE_POLYMORPHIC_RANGE, "invoke-polymorphic/range",
1192 set(INVOKE_POLYMORPHIC_RANGE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java285 public static final int INVOKE_POLYMORPHIC_RANGE = 0xfb; field in DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java942 Opcodes.INVOKE_POLYMORPHIC_RANGE, Form45cc.THE_ONE, false);
944 public static final Dop INVOKE_POLYMORPHIC_RANGE = field in Dops
945 new Dop(Opcodes.INVOKE_POLYMORPHIC_RANGE, Opcodes.INVOKE_POLYMORPHIC,
1192 set(INVOKE_POLYMORPHIC_RANGE);
/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java720 if (opcode != Opcodes.INVOKE_POLYMORPHIC_RANGE) { in FORMAT_4RCC()