Searched refs:CAN_INITIALIZE_REFERENCE (Results 1 – 2 of 2) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 150 …5c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 155 …rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 276 …Y | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 277 …Y | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 338 public static final int CAN_INITIALIZE_REFERENCE = 0x400; field in Opcode 479 return (flags & CAN_INITIALIZE_REFERENCE) != 0; in canInitializeReference()
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/ |
D | Opcode.java | 149 …5c, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 154 …rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 275 …Y | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 276 …Y | Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT | Opcode.CAN_INITIALIZE_REFERENCE), 337 public static final int CAN_INITIALIZE_REFERENCE = 0x400; field in Opcode 478 return (flags & CAN_INITIALIZE_REFERENCE) != 0; in canInitializeReference()
|