Searched refs:IdleNotification (Results 1 – 4 of 4) sorted by relevance
639 bool IdleNotification(double deadline_in_seconds);640 bool IdleNotification(int idle_time_in_ms);
3490 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap3491 return IdleNotification( in IdleNotification()3498 bool Heap::IdleNotification(double deadline_in_seconds) { in IdleNotification() function in v8::internal::Heap
40262 Deprecate IdleNotification().40358 Remove calls to IdleNotification().42729 Collect garbage with kReduceMemoryFootprintMask in IdleNotification49126 Removed the high-priority flag from IdleNotification()
8720 return isolate->heap()->IdleNotification(deadline_in_seconds); in IdleNotificationDeadline()