Searched refs:PgoProperties (Results 1 – 2 of 2) sorted by relevance
58 type PgoProperties struct { struct76 Properties PgoProperties79 func (props *PgoProperties) isInstrumentation() bool { argument83 func (props *PgoProperties) isSampling() bool { argument91 func (props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Fl… argument101 func (props *PgoProperties) addSamplingProfileGatherFlags(ctx ModuleContext, flags Flags) Flags { argument109 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath { argument147 func (props *PgoProperties) profileUseFlag(ctx ModuleContext, file string) string { argument157 func (props *PgoProperties) profileUseFlags(ctx ModuleContext, file string) []string { argument163 func (props *PgoProperties) addProfileUseFlags(ctx ModuleContext, flags Flags) Flags { argument[all …]
2999 &PgoProperties{},