Searched refs:helperNames (Results 1 – 6 of 6) sorted by relevance
394 helperNames map[string]struct{} // helperPCs converted to function names member513 if c.helperNames == nil {514 c.helperNames = make(map[string]struct{})516 c.helperNames[pcToName(pc)] = struct{}{}519 if _, ok := c.helperNames[frame.Function]; !ok {910 c.helperNames = nil // map will be recreated next time it is needed
401 helperNames map[string]struct{} // helperPCs converted to function names member520 if c.helperNames == nil {521 c.helperNames = make(map[string]struct{})523 c.helperNames[pcToName(pc)] = struct{}{}526 if _, ok := c.helperNames[frame.Function]; !ok {921 c.helperNames = nil // map will be recreated next time it is needed
499 helperNames map[string]struct{} // helperPCs converted to function names member628 if c.helperNames == nil {629 c.helperNames = make(map[string]struct{})631 c.helperNames[pcToName(pc)] = struct{}{}634 if _, ok := c.helperNames[frame.Function]; !ok {1007 c.helperNames = nil // map will be recreated next time it is needed
124 f.helperNames = nil // map will be recreated next time it is needed