Lines Matching defs:dexpreopter
79 type dexpreopter struct { struct
80 dexpreoptProperties DexpreoptProperties
82 installPath android.InstallPath
83 uncompressedDex bool
84 isSDKLibrary bool
85 isApp bool
86 isTest bool
87 isPresignedPrebuilt bool
88 preventInstall bool
90 manifestFile android.Path
91 statusFile android.WritablePath
92 enforceUsesLibs bool
93 classLoaderContexts dexpreopt.ClassLoaderContextMap
96 builtInstalled string
97 builtInstalledForApex []dexpreopterInstall
105 configPath android.WritablePath
148 func (d *dexpreopter) dexpreoptDisabled(ctx android.BaseModuleContext) bool {
207 … *dexpreopter) odexOnSystemOther(ctx android.ModuleContext, installPath android.InstallPath) bool {
218 func (d *dexpreopter) getInstallPath(
232 func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, dexJarFile android.WritablePath) {
398 func (d *dexpreopter) DexpreoptBuiltInstalledForApex() []dexpreopterInstall {
402 func (d *dexpreopter) AndroidMkEntriesForApex() []android.AndroidMkEntries {