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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DOpcode.java313 private static final int ALL_APIS = 0xFFFF0000; field in class:Opcode
332 this(opcodeValue, opcodeName, ALL_APIS, referenceType, format, 0, (short)-1);
336 this(opcodeValue, opcodeName, ALL_APIS, referenceType, format, flags, (short)-1);
340 this(opcodeValue, opcodeName, ALL_APIS, referenceType, format, flags, jumboOpcodeValue);

Completed in 86 milliseconds