Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h942 bool IdleNotification(double deadline_in_seconds);
943 bool IdleNotification(int idle_time_in_ms);
Dheap.cc4262 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap
4263 return IdleNotification( in IdleNotification()
4270 bool Heap::IdleNotification(double deadline_in_seconds) { in IdleNotification() function in v8::internal::Heap
/external/v8/src/
Dapi.cc7456 bool Isolate::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::Isolate
7461 return isolate->heap()->IdleNotification(idle_time_in_ms); in IdleNotification()
7470 return isolate->heap()->IdleNotification(deadline_in_seconds); in IdleNotificationDeadline()
/external/v8/
DChangeLog4231 Deprecate IdleNotification().
4327 Remove calls to IdleNotification().
6698 Collect garbage with kReduceMemoryFootprintMask in IdleNotification
13095 Removed the high-priority flag from IdleNotification()
/external/v8/include/
Dv8.h5884 bool IdleNotification(int idle_time_in_ms));