Searched refs:IdleNotification (Results 1 – 5 of 5) sorted by relevance
776 bool IdleNotification(double deadline_in_seconds);777 bool IdleNotification(int idle_time_in_ms);
4343 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap4344 return IdleNotification( in IdleNotification()4351 bool Heap::IdleNotification(double deadline_in_seconds) { in IdleNotification() function in v8::internal::Heap
7716 bool Isolate::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::Isolate7721 return isolate->heap()->IdleNotification(idle_time_in_ms); in IdleNotification()7730 return isolate->heap()->IdleNotification(deadline_in_seconds); in IdleNotificationDeadline()
6217 bool IdleNotification(int idle_time_in_ms));
9086 Deprecate IdleNotification().9182 Remove calls to IdleNotification().11553 Collect garbage with kReduceMemoryFootprintMask in IdleNotification17950 Removed the high-priority flag from IdleNotification()