Searched refs:FILLED_NEW_ARRAY_JUMBO (Results 1 - 6 of 6) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction5rc.java105 if (opcode == FILLED_NEW_ARRAY_JUMBO) {
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java267 public static final int FILLED_NEW_ARRAY_JUMBO = 0x05ff; field in class:Opcodes
H A DOpcodeInfo.java954 public static final Info FILLED_NEW_ARRAY_JUMBO = field in class:OpcodeInfo
955 new Info(Opcodes.FILLED_NEW_ARRAY_JUMBO, "filled-new-array/jumbo",
1328 set(FILLED_NEW_ARRAY_JUMBO);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java219 Opcodes.FILLED_NEW_ARRAY_JUMBO, Form3rc.THE_ONE, false);
961 public static final Dop FILLED_NEW_ARRAY_JUMBO = field in class:Dops
962 new Dop(Opcodes.FILLED_NEW_ARRAY_JUMBO, Opcodes.FILLED_NEW_ARRAY,
1329 set(FILLED_NEW_ARRAY_JUMBO);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java292 FILLED_NEW_ARRAY_JUMBO((short)0xff05, "filled-new-array/jumbo", ReferenceType.type, Format.Format5rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.JUMBO_OPCODE), enum constant in enum:Opcode
450 NEW_ARRAY_JUMBO, FILLED_NEW_ARRAY_JUMBO, IGET_JUMBO, IGET_WIDE_JUMBO, IGET_OBJECT_JUMBO,
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java733 case FILLED_NEW_ARRAY_JUMBO:

Completed in 74 milliseconds