Lines Matching refs:global
221 global := dexpreopt.GetGlobalConfig(ctx)
229 global.SanitizeLite {
361 global := dexpreopt.GetGlobalConfig(ctx)
401 Flag("--runtime-arg").FlagWithArg("-Xms", global.Dex2oatImageXms).
402 Flag("--runtime-arg").FlagWithArg("-Xmx", global.Dex2oatImageXmx)
409 if global.DirtyImageObjects.Valid() {
410 cmd.FlagWithInput("--dirty-image-objects=", global.DirtyImageObjects.Path())
435 FlagWithArg("--android-root=", global.EmptyDirectory).
443 cmd.FlagWithArg("--instruction-set-variant=", global.CpuVariant[arch])
444 cmd.FlagWithArg("--instruction-set-features=", global.InstructionSetFeatures[arch])
447 if global.BootFlags != "" {
448 cmd.Flag(global.BootFlags)
506 global := dexpreopt.GetGlobalConfig(ctx)
508 if global.DisableGenerateProfile || ctx.Config().IsPdkBuild() || ctx.Config().UnbundledBuild() {
518 if len(global.BootImageProfiles) > 1 {
520 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…
522 } else if len(global.BootImageProfiles) == 1 {
523 bootImageProfile = global.BootImageProfiles[0]
561 global := dexpreopt.GetGlobalConfig(ctx)
563 if global.DisableGenerateProfile || ctx.Config().IsPdkBuild() || ctx.Config().UnbundledBuild() {
610 global := dexpreopt.GetGlobalConfig(ctx)
611 updatableModules := android.GetJarsFromApexJarPairs(ctx, global.UpdatableBootJars)