Searched refs:first_allocatable_address (Results 1 – 4 of 4) sorted by relevance
131 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()
2740 Address first_allocatable_address() { return to_space_.space_start(); } in first_allocatable_address() function
2830 Initialize(space->first_allocatable_address(), space->top()); in AllocateChunk()
1978 PageRange range(new_space()->first_allocatable_address(), new_space()->top()); in EvacuateYoungGeneration()