Searched defs:PgoProperties (Results 1 – 1 of 1) sorted by relevance
56 type PgoProperties struct { struct57 Pgo struct {68 PgoPresent bool `blueprint:"mutated"`69 ShouldProfileModule bool `blueprint:"mutated"`70 PgoCompile bool `blueprint:"mutated"`71 PgoInstrLink bool `blueprint:"mutated"`78 func (props *PgoProperties) isInstrumentation() bool {82 func (props *PgoProperties) isSampling() bool {90 …(props *PgoProperties) addInstrumentationProfileGatherFlags(ctx ModuleContext, flags Flags) Flags {100 func (props *PgoProperties) getPgoProfileFile(ctx BaseModuleContext) android.OptionalPath {[all …]