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.java106 Short opcodeValue = versionToValueMap.get(version); in Opcodes() local
123 public Opcode getOpcodeByValue(int opcodeValue) { in getOpcodeByValue()
DOpcode.java363 Opcode(int opcodeValue, String opcodeName, int referenceType, Format format) { in Opcode()
367 Opcode(int opcodeValue, String opcodeName, int referenceType, Format format, int flags) { in Opcode()
392 private static List<VersionConstraint> firstApi(int opcodeValue, int api) { in firstApi()
396 private static List<VersionConstraint> lastApi(int opcodeValue, int api) { in lastApi()
401 private static List<VersionConstraint> firstArtVersion(int opcodeValue, int artVersion) { in firstArtVersion()
405 private static List<VersionConstraint> lastArtVersion(int opcodeValue, int artVersion) { in lastArtVersion()
409 private static List<VersionConstraint> allVersions(int opcodeValue) { in allVersions()
413 private static List<VersionConstraint> allApis(int opcodeValue) { in allApis()
417 private static List<VersionConstraint> allArtVersions(int opcodeValue) { in allArtVersions()
481 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