HomeSort by relevance Sort by last modified time
    Searched refs:ToSpaceStart (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
spaces-inl.h 77 : prev_page_(NewSpacePage::FromAddress(space->ToSpaceStart())->prev_page()),
78 next_page_(NewSpacePage::FromAddress(space->ToSpaceStart())),
incremental-marking.cc 374 NewSpacePageIterator it(space->ToSpaceStart(), space->ToSpaceEnd());
spaces.h     [all...]
heap.cc     [all...]
mark-compact.cc 355 NewSpacePageIterator it(space->ToSpaceStart(), space->ToSpaceEnd());
    [all...]

Completed in 121 milliseconds