Searched refs:NOT_ART (Results 1 – 3 of 3) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | ClassPath.java | 58 public static final int NOT_ART = -1; field in ClassPath 67 this(Arrays.asList(classProviders), false, NOT_ART); in ClassPath() 77 this(classProviders, false, NOT_ART); in ClassPath() 127 return oatVersion != NOT_ART; in isArt()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | AnalysisArguments.java | 49 import static org.jf.dexlib2.analysis.ClassPath.NOT_ART; 86 return loadClassPathForDexFile(dexFileDir, dexFile, checkPackagePrivateAccess, NOT_ART); in loadClassPathForDexFile() 98 if (oatVersion == NOT_ART) { in loadClassPathForDexFile()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CustomMethodInlineTableTest.java | 75 …lassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART); in testCustomMethodInlineTable_Virtual() 104 …lassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART); in testCustomMethodInlineTable_Static() 133 …lassPath classPath = new ClassPath(resolver.getResolvedClassProviders(), false, ClassPath.NOT_ART); in testCustomMethodInlineTable_Direct()
|