Lines Matching defs:spill_slot
1178 FullObjectSlot spill_slot = parameters_limit + slot_offset + bit;
1185 // values using spill_slot.location() in order to avoid dealing with
1202 Address value = *spill_slot.location();
1205 *spill_slot.location() =
1209 HeapObject raw = HeapObject::cast(Object(*spill_slot.location()));
1229 static_cast<Tagged_t>(*spill_slot.location());
1232 *spill_slot.location() =
1237 v->VisitRootPointer(Root::kStackRoots, nullptr, spill_slot);
2172 FullObjectSlot spill_slot(&Memory<Address>(
2176 v->VisitRootPointer(Root::kStackRoots, nullptr, spill_slot);