Searched refs:IdleNotification (Results 1 – 5 of 5) sorted by relevance
942 bool IdleNotification(double deadline_in_seconds);943 bool IdleNotification(int idle_time_in_ms);
4262 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap4263 return IdleNotification( in IdleNotification()4270 bool Heap::IdleNotification(double deadline_in_seconds) { in IdleNotification() function in v8::internal::Heap
7456 bool Isolate::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::Isolate7461 return isolate->heap()->IdleNotification(idle_time_in_ms); in IdleNotification()7470 return isolate->heap()->IdleNotification(deadline_in_seconds); in IdleNotificationDeadline()
4231 Deprecate IdleNotification().4327 Remove calls to IdleNotification().6698 Collect garbage with kReduceMemoryFootprintMask in IdleNotification13095 Removed the high-priority flag from IdleNotification()
5884 bool IdleNotification(int idle_time_in_ms));