Searched refs:slots_buffer_address (Results 1 – 3 of 3) sorted by relevance
64 object_page->slots_buffer_address(), slot, mode)) { in RecordSlot()
923 slots_buffer_allocator_.DeallocateChain(p->slots_buffer_address()); in AbortCompaction()3193 slots_buffer_allocator_.DeallocateChain(page->slots_buffer_address()); in EvacuatePages()3714 slots_buffer_allocator_.DeallocateChain(p->slots_buffer_address()); in ReleaseEvacuationCandidates()4449 &slots_buffer_allocator_, target_page->slots_buffer_address(), in RecordRelocSlot()4453 &slots_buffer_allocator_, target_page->slots_buffer_address(), in RecordRelocSlot()4458 &slots_buffer_allocator_, target_page->slots_buffer_address(), in RecordRelocSlot()4473 target_page->slots_buffer_address(), in RecordCodeEntrySlot()
619 inline SlotsBuffer** slots_buffer_address() { return &slots_buffer_; } in slots_buffer_address() function