Home
last modified time | relevance | path

Searched refs:IdleNotification (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dheap.h639 bool IdleNotification(double deadline_in_seconds);
640 bool IdleNotification(int idle_time_in_ms);
Dheap.cc3490 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap
3491 return IdleNotification( in IdleNotification()
3498 bool Heap::IdleNotification(double deadline_in_seconds) { in IdleNotification() function in v8::internal::Heap
/external/v8/
DChangeLog40262 Deprecate IdleNotification().
40358 Remove calls to IdleNotification().
42729 Collect garbage with kReduceMemoryFootprintMask in IdleNotification
49126 Removed the high-priority flag from IdleNotification()
/external/v8/src/
Dapi.cc8720 return isolate->heap()->IdleNotification(deadline_in_seconds); in IdleNotificationDeadline()