type runtime.statDepSet

16 uses

	runtime (current package)
		metrics.go#L30: 	deps statDepSet
		metrics.go#L265: type statDepSet [1]uint64
		metrics.go#L268: func makeStatDepSet(deps ...statDep) statDepSet {
		metrics.go#L269: 	var s statDepSet
		metrics.go#L277: func (s statDepSet) difference(b statDepSet) statDepSet {
		metrics.go#L278: 	var c statDepSet
		metrics.go#L286: func (s statDepSet) union(b statDepSet) statDepSet {
		metrics.go#L287: 	var c statDepSet
		metrics.go#L295: func (s *statDepSet) empty() bool {
		metrics.go#L305: func (s *statDepSet) has(d statDep) bool {
		metrics.go#L387: 	ensured   statDepSet
		metrics.go#L394: func (a *statAggregate) ensure(deps *statDepSet) {