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

/external/v8/src/
H A Dv8.cc174 bool V8::IdleNotification(int hint) { function in class:v8::internal::V8
176 // IdleNotification again.
180 return HEAP->IdleNotification(hint);
H A Dheap.cc4850 bool Heap::IdleNotification(int hint) { function in class:v8::internal::Heap
4885 // By doing small chunks of GC work in each IdleNotification,
H A Dapi.cc4236 bool v8::V8::IdleNotification(int hint) { function in class:v8::v8::V8
4238 // continue to call IdleNotification.
4241 return i::V8::IdleNotification(hint);

Completed in 139 milliseconds