Lines Matching defs:dexpreopter
93 type dexpreopter struct { struct
94 dexpreoptProperties DexpreoptProperties
95 importDexpreoptProperties ImportDexpreoptProperties
97 installPath android.InstallPath
98 uncompressedDex bool
99 isSDKLibrary bool
100 isApp bool
101 isTest bool
102 isPresignedPrebuilt bool
103 preventInstall bool
105 manifestFile android.Path
106 statusFile android.WritablePath
107 enforceUsesLibs bool
108 classLoaderContexts dexpreopt.ClassLoaderContextMap
111 builtInstalled string
112 builtInstalledForApex []dexpreopterInstall
120 configPath android.WritablePath
124 outputProfilePathOnHost android.Path
128 inputProfilePathOnHost android.Path
185 func (d *dexpreopter) dexpreoptDisabled(ctx android.BaseModuleContext) bool {
235 … *dexpreopter) odexOnSystemOther(ctx android.ModuleContext, installPath android.InstallPath) bool {
246 func (d *dexpreopter) getInstallPath(
260 func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, dexJarFile android.WritablePath) {
442 func (d *dexpreopter) DexpreoptBuiltInstalledForApex() []dexpreopterInstall {
446 func (d *dexpreopter) AndroidMkEntriesForApex() []android.AndroidMkEntries {
454 func (d *dexpreopter) OutputProfilePathOnHost() android.Path {