Searched defs:IdleNotification (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dheap.cc4295 bool Heap::IdleNotification(int idle_time_in_ms) { function in class:v8::Heap
/external/v8/src/
H A Dapi.cc6774 bool v8::Isolate::IdleNotification(int idle_time_in_ms) { function in class:v8::v8::Isolate
6776 // continue to call IdleNotification.
6779 return isolate->heap()->IdleNotification(idle_time_in_ms);

Completed in 72 milliseconds