Searched refs:getOatVersion (Results 1 – 3 of 3) sorted by relevance
153 public int getOatVersion() { in getOatVersion() method in OatFile158 int version = getOatVersion(); in isSupportedVersion()170 if (getOatVersion() < 75) { in getBootClassPath()598 if (getOatVersion() >= 87 && vdexProvider != null && vdexProvider.getVdex() != null) {605 if (getOatVersion() >= 75) {608 if (getOatVersion() >= 73) {611 if (getOatVersion() >= 131) {614 if (getOatVersion() >= 127) {617 if (getOatVersion() < 75) {
101 oatVersion = ((OatDexFile)dexFile).getContainer().getOatVersion(); in loadClassPathForDexFile()139 oatVersion = ((OatDexFile)dexFile).getContainer().getOatVersion(); in loadClassPathForDexFile()
305 super("Unsupported oat version: %d", oatFile.getOatVersion()); in UnsupportedOatVersionException()