Lines Matching refs:slot_offset
70 int Write(MaybeObject value, int slot_offset = 0) { in Write() argument
71 MaybeObjectSlot current_slot = slot() + slot_offset; in Write()
79 int slot_offset = 0) { in Write() argument
80 return Write(HeapObjectReference::From(value, ref_type), slot_offset); in Write()
83 int slot_offset = 0) { in Write() argument
84 return Write(*value, ref_type, slot_offset); in Write()
126 int Write(MaybeObject value, int slot_offset = 0) { in Write() argument
127 FullMaybeObjectSlot current_slot = slot() + slot_offset; in Write()
132 int slot_offset = 0) { in Write() argument
133 return Write(HeapObjectReference::From(value, ref_type), slot_offset); in Write()
136 int slot_offset = 0) { in Write() argument
137 return Write(*value, ref_type, slot_offset); in Write()
167 int Write(MaybeObject value, int slot_offset = 0) { UNREACHABLE(); } in Write() argument
169 int slot_offset = 0) { in Write() argument
170 DCHECK_EQ(slot_offset, 0); in Write()
176 int slot_offset = 0) { in Write() argument
177 DCHECK_EQ(slot_offset, 0); in Write()