Searched refs:newoverflow (Results 1 – 4 of 4) sorted by relevance
/prebuilts/go/linux-x86/src/runtime/ |
D | map_fast64.go | 183 insertb = h.newoverflow(t, b) 284 insertb = h.newoverflow(t, b) 456 dst.b = h.newoverflow(t, dst.b)
|
D | map_fast32.go | 183 insertb = h.newoverflow(t, b) 282 insertb = h.newoverflow(t, b) 452 dst.b = h.newoverflow(t, dst.b)
|
D | map_faststr.go | 302 insertb = h.newoverflow(t, b) 471 dst.b = h.newoverflow(t, dst.b)
|
D | map.go | 239 func (h *hmap) newoverflow(t *maptype, b *bmap) *bmap { func 701 newb := h.newoverflow(t, b) 1328 dst.b = h.newoverflow(t, dst.b) 1637 dst = h.newoverflow(t, dst)
|