Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h776 bool IdleNotification(double deadline_in_seconds);
777 bool IdleNotification(int idle_time_in_ms);
Dheap.cc4343 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap
4344 return IdleNotification( in IdleNotification()
4351 bool Heap::IdleNotification(double deadline_in_seconds) { in IdleNotification() function in v8::internal::Heap
/external/v8/src/
Dapi.cc7716 bool Isolate::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::Isolate
7721 return isolate->heap()->IdleNotification(idle_time_in_ms); in IdleNotification()
7730 return isolate->heap()->IdleNotification(deadline_in_seconds); in IdleNotificationDeadline()
/external/v8/include/
Dv8.h6217 bool IdleNotification(int idle_time_in_ms));
/external/v8/
DChangeLog9086 Deprecate IdleNotification().
9182 Remove calls to IdleNotification().
11553 Collect garbage with kReduceMemoryFootprintMask in IdleNotification
17950 Removed the high-priority flag from IdleNotification()