Lines Matching defs:dexpreopter
27 type dexpreopter struct { struct
28 dexpreoptProperties DexpreoptProperties
30 installPath android.InstallPath
31 uncompressedDex bool
32 isSDKLibrary bool
33 isApp bool
34 isTest bool
35 isPresignedPrebuilt bool
37 manifestFile android.Path
38 statusFile android.WritablePath
39 enforceUsesLibs bool
40 classLoaderContexts dexpreopt.ClassLoaderContextMap
42 builtInstalled string
50 configPath android.WritablePath
77 func (d *dexpreopter) dexpreoptDisabled(ctx android.BaseModuleContext) bool {
125 func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, dexJarFile android.WritablePath) {