Home
last modified time | relevance | path

Searched refs:newoverflow (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/
Dmap_fast64.go183 insertb = h.newoverflow(t, b)
284 insertb = h.newoverflow(t, b)
456 dst.b = h.newoverflow(t, dst.b)
Dmap_fast32.go183 insertb = h.newoverflow(t, b)
282 insertb = h.newoverflow(t, b)
452 dst.b = h.newoverflow(t, dst.b)
Dmap_faststr.go302 insertb = h.newoverflow(t, b)
471 dst.b = h.newoverflow(t, dst.b)
Dmap.go239 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)