Searched refs:forArtVersion (Results 1 – 2 of 2) sorted by relevance
64 public static Opcodes forArtVersion(int artVersion) { in forArtVersion() method in Opcodes65 return forArtVersion(artVersion, false); in forArtVersion()69 public static Opcodes forArtVersion(int artVersion, boolean experimental) { in forArtVersion() method in Opcodes
102 this.opcodes = Opcodes.forArtVersion(oatHeader.getVersion()); in OatFile()