Searched refs:SweepPrecisely (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmark-compact.cc3067 static void SweepPrecisely(PagedSpace* space, function in namespace:v8::internal
3368 SweepPrecisely<SWEEP_AND_VISIT_LIVE_OBJECTS, IGNORE_SKIP_LIST>(
3372 SweepPrecisely<SWEEP_AND_VISIT_LIVE_OBJECTS, REBUILD_SKIP_LIST>(
3913 SweepPrecisely<SWEEP_ONLY, REBUILD_SKIP_LIST>(space, p, NULL);
3915 SweepPrecisely<SWEEP_ONLY, IGNORE_SKIP_LIST>(space, p, NULL);

Completed in 52 milliseconds