Lines Matching defs:PgoProperties
58 type PgoProperties struct { struct
59 Pgo struct {
70 PgoPresent bool `blueprint:"mutated"`
71 ShouldProfileModule bool `blueprint:"mutated"`
72 PgoCompile bool `blueprint:"mutated"`
79 func (props *PgoProperties) isInstrumentation() bool {
83 func (props *PgoProperties) isSampling() bool {
91 …(props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {
101 func (props *PgoProperties) addSamplingProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {
109 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath {
147 func (props *PgoProperties) profileUseFlag(ctx ModuleContext, file string) string {
157 func (props *PgoProperties) profileUseFlags(ctx ModuleContext, file string) []string {
163 func (props *PgoProperties) addProfileUseFlags(ctx ModuleContext, flags Flags) Flags {
189 func (props *PgoProperties) isPGO(ctx BaseModuleContext) bool {