Lines Matching refs:arch
363 arch := image.target.Arch.ArchType
365 symbolsDir := image.symbolsDir.Join(ctx, os, image.installSubdir, arch.String())
367 outputDir := image.dir.Join(ctx, os, image.installSubdir, arch.String())
369 oatLocation := dexpreopt.PathToLocation(outputPath, arch)
418 FlagWithArg("--boot-image=", dexpreopt.PathToLocation(artImage, arch)).Implicit(artImage)
434 FlagWithArg("--instruction-set=", arch.String()).
443 cmd.FlagWithArg("--instruction-set-variant=", global.CpuVariant[arch])
444 cmd.FlagWithArg("--instruction-set-features=", global.InstructionSetFeatures[arch])
457 installDir := filepath.Join("/", image.installSubdir, arch.String())
490 … image.name+"JarsDexpreopt_"+image.target.String(), "dexpreopt "+image.name+" jars "+arch.String())
662 arch := image.target.Arch.ArchType
663 suffix := arch.String()
678 FlagWithArg("--instruction-set=", arch.String())
679 rule.Build(pctx, ctx, "dump-oat-boot-"+suffix, "dump oat boot "+arch.String())
688 rule.Build(pctx, ctx, "phony-dump-oat-boot-"+suffix, "dump oat boot "+arch.String())