Home | History | Annotate | Download | only in runtime

Lines Matching refs:objIndex

1220 					if obj, hbits, span, objIndex := heapBitsForObject(obj, b, i); obj != 0 {
1221 greyobject(obj, b, i, hbits, span, gcw, objIndex)
1326 if obj, hbits, span, objIndex := heapBitsForObject(obj, b, i); obj != 0 {
1327 greyobject(obj, b, i, hbits, span, gcw, objIndex)
1340 if obj, hbits, span, objIndex := heapBitsForObject(b, 0, 0); obj != 0 {
1342 greyobject(obj, 0, 0, hbits, span, gcw, objIndex)
1355 func greyobject(obj, base, off uintptr, hbits heapBits, span *mspan, gcw *gcWork, objIndex uintptr) {
1360 mbits := span.markBitsForIndex(objIndex)
1384 if debug.gccheckmark > 0 && span.isFree(objIndex) {
1504 _, hbits, span, objIndex := heapBitsForObject(c.tiny, 0, 0)
1506 greyobject(c.tiny, 0, 0, hbits, span, gcw, objIndex)