Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc3562 void LargeObjectSpace::RemoveChunkMapEntries(LargePage* page) { in AllocateChunk() function in v8::internal::LargeObjectSpace
3563 RemoveChunkMapEntries(page, page->address()); in AllocateChunk()
3566 void LargeObjectSpace::RemoveChunkMapEntries(LargePage* page, in AllocateChunk() function in v8::internal::LargeObjectSpace
3592 RemoveChunkMapEntries(current, free_start); in AllocateChunk()
3609 RemoveChunkMapEntries(current); in AllocateChunk()
Dspaces.h3037 void RemoveChunkMapEntries(LargePage* page);
3038 void RemoveChunkMapEntries(LargePage* page, Address free_start);