Lines Matching defs:dexpreopter

97 	dexpreopter  anonMember
100 type dexpreopter struct { struct
101 dexpreoptProperties DexpreoptProperties
102 importDexpreoptProperties ImportDexpreoptProperties
107 shouldDisableDexpreopt bool
109 installPath android.InstallPath
110 uncompressedDex bool
111 isSDKLibrary bool
112 isApp bool
113 isTest bool
114 isPresignedPrebuilt bool
115 preventInstall bool
117 manifestFile android.Path
118 statusFile android.WritablePath
119 enforceUsesLibs bool
120 classLoaderContexts dexpreopt.ClassLoaderContextMap
123 builtInstalled string
124 builtInstalledForApex []dexpreopterInstall
132 configPath android.WritablePath
136 outputProfilePathOnHost android.Path
140 inputProfilePathOnHost android.Path
144 rewrittenProfile android.Path
238 func (d *dexpreopter) dexpreoptDisabled(ctx android.BaseModuleContext, libName string) bool {
328 func (d *dexpreopter) getInstallPath(
364 …nc (d *dexpreopter) dexpreopt(ctx android.ModuleContext, libName string, dexJarFile android.Path) {
648 func (d *dexpreopter) DexpreoptBuiltInstalledForApex() []dexpreopterInstall {
652 func (d *dexpreopter) AndroidMkEntriesForApex() []android.AndroidMkEntries {
660 func (d *dexpreopter) OutputProfilePathOnHost() android.Path {
664 func (d *dexpreopter) disableDexpreopt() {
668 func (d *dexpreopter) EnableProfileRewriting(ctx android.BaseModuleContext) bool {
672 func (d *dexpreopter) GetProfile(ctx android.BaseModuleContext) string {
676 func (d *dexpreopter) GetProfileGuided(ctx android.BaseModuleContext) bool {
680 func (d *dexpreopter) GetRewrittenProfile() android.Path {
684 func (d *dexpreopter) SetRewrittenProfile(p android.Path) {