Home
last modified time | relevance | path

Searched refs:AllocateSlotSet (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dremembered-set.h28 slot_set = AllocateSlotSet(chunk); in Insert()
230 static SlotSet* AllocateSlotSet(MemoryChunk* chunk) { in AllocateSlotSet() function
Dspaces.cc1092 static SlotSet* AllocateSlotSet(size_t size, Address page_start) { in AllocateChunk() function
1104 old_to_new_slots_.SetValue(AllocateSlotSet(size_, address())); in AllocateChunk()
1115 old_to_old_slots_ = AllocateSlotSet(size_, address()); in AllocateChunk()