Home
last modified time | relevance | path

Searched refs:TimeMarkSweepWouldTakeInMs (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dheap.h1988 int TimeMarkSweepWouldTakeInMs() { in TimeMarkSweepWouldTakeInMs() function
Dheap.cc4863 int mark_sweep_time = Min(TimeMarkSweepWouldTakeInMs(), 1000); in IdleNotification()