Lines Matching refs:PgoProperties
56 type PgoProperties struct { struct
75 Properties PgoProperties
78 func (props *PgoProperties) isInstrumentation() bool { argument
82 func (props *PgoProperties) isSampling() bool { argument
90 func (props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Fl… argument
99 func (props *PgoProperties) addSamplingProfileGatherFlags(ctx ModuleContext, flags Flags) Flags { argument
104 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath { argument
142 func (props *PgoProperties) profileUseFlag(ctx ModuleContext, file string) string { argument
152 func (props *PgoProperties) profileUseFlags(ctx ModuleContext, file string) []string { argument
158 func (props *PgoProperties) addProfileUseFlags(ctx ModuleContext, flags Flags) Flags { argument
184 func (props *PgoProperties) isPGO(ctx BaseModuleContext) bool { argument