Home | History | Annotate | Download | only in runtime

Lines Matching refs:two

57 // means every allocated object has two words, so there is room for the
319 // first two words out of *h.bitp.
320 // If either of the first two words is a pointer, not pointer free.
436 // and the GC must not complete between those two.
507 // The type bit is the lower of every two-bit pair.
531 // The type bit is the lower of every two-bit pair.
543 // bits for the first two words (or one for single-word objects) to typeDead
700 // We're allocating a block big enough to hold two pointers.
701 // On 64-bit, that means the actual object must be two pointers,
745 // In general, one load can supply two bitmap byte writes.
917 // The first byte we write out contains the first two words of the object.
933 // The bits for the first two words are in a byte shared with another object
945 // Note: no bitMarker in hb because the first two words don't get markers from us.
1063 // But if w == nw+2, we need to write first two in hb.
1541 // Clear the mark bits in the first two entries.
1545 // then clear these two as a special case at the end.