Searched refs:isDexoptAsSharedLibrary (Results 1 – 3 of 3) sorted by relevance
82 assertTrue(opt.isDexoptAsSharedLibrary()); in testCreateDexoptOptionsFull()113 assertFalse(opt.isDexoptAsSharedLibrary()); in testCreateDexoptOptionsReason()131 assertFalse(opt.isDexoptAsSharedLibrary()); in testCreateDexoptOptionsSplit()
146 public boolean isDexoptAsSharedLibrary() { in isDexoptAsSharedLibrary() method in DexoptOptions
223 final boolean isUsedByOtherApps = options.isDexoptAsSharedLibrary() in performDexOptLI()