Searched refs:end_slot (Results 1 – 4 of 4) sorted by relevance
215 Object** end_slot = reinterpret_cast<Object**>(object->address() + in INLINE() local217 StaticVisitor::VisitPointers(heap, start_slot, end_slot); in INLINE()
398 Object** end_slot = src_slot + size_in_words; in MoveBlock() local400 while (src_slot != end_slot) { in MoveBlock()
1848 Object** end_slot = HeapObject::RawField(map, Map::kPointerFieldsEndOffset); in MarkMapContents() local1850 StaticMarkingVisitor::VisitPointers(map->GetHeap(), start_slot, end_slot); in MarkMapContents()
1182 __u8 end_slot; member