Home
last modified time | relevance | path

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

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