Searched refs:newSparseMapPos (Results 1 – 4 of 4) sorted by relevance
25 func newSparseMapPos(n int) *sparseMapPos { func
145 s = newSparseMapPos(1 << b)
155 func (f *Func) newSparseMapPos(n int) *sparseMapPos { func
2610 live := f.newSparseMapPos(f.NumValues())2612 t := f.newSparseMapPos(f.NumValues())