Home
last modified time | relevance | path

Searched refs:first_allocatable_address (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dmark-compact.cc131 CHECK_EQ(space->first_allocatable_address(), in VerifyMarking()
134 PageRange range(space->first_allocatable_address(), end); in VerifyMarking()
262 PageRange range(space->first_allocatable_address(), space->top()); in VerifyEvacuation()
491 for (Page* p : PageRange(space->first_allocatable_address(), space->top())) { in VerifyMarkbitsAreClean()
2292 PageRange(new_space->first_allocatable_address(), new_space->top())) { in EvacuatePrologue()
3110 const Address space_start = heap()->new_space()->first_allocatable_address(); in CollectToSpaceUpdatingItems()
3994 PageRange(new_space->first_allocatable_address(), new_space->top())) { in EvacuatePrologue()
Dspaces.h2740 Address first_allocatable_address() { return to_space_.space_start(); } in first_allocatable_address() function
Dspaces.cc2830 Initialize(space->first_allocatable_address(), space->top()); in AllocateChunk()
Dheap.cc1978 PageRange range(new_space()->first_allocatable_address(), new_space()->top()); in EvacuateYoungGeneration()