Home
last modified time | relevance | path

Searched defs:opcodeValue (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcodes.java109 Short opcodeValue = versionToValueMap.get(version); in Opcodes() local
126 public Opcode getOpcodeByValue(int opcodeValue) { in getOpcodeByValue()
DOpcode.java355 Opcode(int opcodeValue, String opcodeName, int referenceType, Format format) { in Opcode()
359 Opcode(int opcodeValue, String opcodeName, int referenceType, Format format, int flags) { in Opcode()
390 private static List<VersionConstraint> firstApi(int opcodeValue, int api) { in firstApi()
394 private static List<VersionConstraint> lastApi(int opcodeValue, int api) { in lastApi()
399 private static List<VersionConstraint> firstArtVersion(int opcodeValue, int artVersion) { in firstArtVersion()
403 private static List<VersionConstraint> lastArtVersion(int opcodeValue, int artVersion) { in lastArtVersion()
407 private static List<VersionConstraint> allVersions(int opcodeValue) { in allVersions()
411 private static List<VersionConstraint> allApis(int opcodeValue) { in allApis()
415 private static List<VersionConstraint> allArtVersions(int opcodeValue) { in allArtVersions()
475 public final int opcodeValue; field in Opcode.VersionConstraint
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction.java61 int opcodeValue = reader.peekUbyte(); in readFrom() local