Searched refs:RemoveChunkMapEntries (Results 1 – 2 of 2) sorted by relevance
3093 void LargeObjectSpace::RemoveChunkMapEntries(LargePage* page) { in AllocateChunk() function in v8::internal::LargeObjectSpace3094 RemoveChunkMapEntries(page, page->address()); in AllocateChunk()3097 void LargeObjectSpace::RemoveChunkMapEntries(LargePage* page, in AllocateChunk() function in v8::internal::LargeObjectSpace3120 RemoveChunkMapEntries(current, free_start); in AllocateChunk()3141 RemoveChunkMapEntries(page); in AllocateChunk()
2840 void RemoveChunkMapEntries(LargePage* page);2841 void RemoveChunkMapEntries(LargePage* page, Address free_start);