Home
last modified time | relevance | path

Searched refs:UnmarkLinearAllocationArea (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc441 heap()->old_space()->UnmarkLinearAllocationArea(); in PauseBlackAllocation()
442 heap()->map_space()->UnmarkLinearAllocationArea(); in PauseBlackAllocation()
443 heap()->code_space()->UnmarkLinearAllocationArea(); in PauseBlackAllocation()
Dspaces.h2223 void UnmarkLinearAllocationArea(); in NON_EXPORTED_BASE()
Dspaces.cc1825 void PagedSpace::UnmarkLinearAllocationArea() { in AllocateChunk() function in v8::internal::PagedSpace