Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java326 public final int apiConstraints; field in Opcode
343 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format)… in Opcode() argument
344 this(opcodeValue, opcodeName, apiConstraints, referenceType, format, 0, (short)-1); in Opcode()
347 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format,… in Opcode() argument
348 this(opcodeValue, opcodeName, apiConstraints, referenceType, format, flags, (short)-1); in Opcode()
351 …Opcode(short opcodeValue, String opcodeName, int apiConstraints, int referenceType, Format format,… in Opcode() argument
355 this.apiConstraints = apiConstraints; in Opcode()
367 return apiConstraints & 0xFFFF; in getMinApi()
374 return apiConstraints >>> 16; in getMaxApi()