Searched refs:RemoveChunkMapEntries (Results 1 – 2 of 2) sorted by relevance
3562 void LargeObjectSpace::RemoveChunkMapEntries(LargePage* page) { in AllocateChunk() function in v8::internal::LargeObjectSpace3563 RemoveChunkMapEntries(page, page->address()); in AllocateChunk()3566 void LargeObjectSpace::RemoveChunkMapEntries(LargePage* page, in AllocateChunk() function in v8::internal::LargeObjectSpace3592 RemoveChunkMapEntries(current, free_start); in AllocateChunk()3609 RemoveChunkMapEntries(current); in AllocateChunk()
3037 void RemoveChunkMapEntries(LargePage* page);3038 void RemoveChunkMapEntries(LargePage* page, Address free_start);