Home | History | Annotate | Download | only in gc

Lines Matching refs:Xoffset

17 	Xoffset int64 // struct, array only
330 n.Xoffset = l.Xoffset + int64(array_array)
332 n.Xoffset = l.Xoffset + int64(array_nel)
334 n.Xoffset = l.Xoffset + int64(array_cap)
344 n.Xoffset = l.Xoffset + e.Xoffset
360 rr.Xoffset += e.Xoffset
431 n.Xoffset = l.Xoffset + int64(array_array)
433 n.Xoffset = l.Xoffset + int64(array_nel)
435 n.Xoffset = l.Xoffset + int64(array_cap)
449 n.Xoffset = l.Xoffset + e.Xoffset
513 n.Xoffset += int64(Widthptr)
1215 nam.Xoffset += n.Xoffset
1235 nam.Xoffset += int64(l) * n.Type.Width
1269 addvalue(p, a.Xoffset, a.Left)
1282 func addvalue(p *InitPlan, xoffset int64, n *Node) {
1294 qe.Xoffset += xoffset
1301 p.E = append(p.E, InitEntry{Xoffset: xoffset, Expr: n})
1416 nam.Xoffset += int64(array_array)
1419 nam.Xoffset += int64(array_nel) - int64(array_array)
1424 nam.Xoffset += int64(array_cap) - int64(array_nel)