Searched refs:IdleNotification (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dd8.cc1260 isolate->IdleNotification(kLongIdlePauseInMs);
1449 isolate->IdleNotification(kLongIdlePauseInMs);
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);
/external/v8/src/heap/
H A Dheap.h1051 bool IdleNotification(int idle_time_in_ms);
H A Dheap.cc4295 bool Heap::IdleNotification(int idle_time_in_ms) { function in class:v8::Heap
/external/v8/test/cctest/
H A Dtest-heap.cc2122 CcTest::isolate()->IdleNotification(kLongIdlePauseInMs);
2175 // Since incremental marking is off, IdleNotification will do full GC.
2178 CcTest::isolate()->IdleNotification(kLongIdlePauseInMs);
H A Dtest-api.cc17779 TEST(IdleNotification) {
17790 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs);
17810 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs);
17830 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs);
17846 env->GetIsolate()->IdleNotification(kIdlePauseInMs);
17857 env->GetIsolate()->IdleNotification(kIdlePauseInMs);
17865 finished = env->GetIsolate()->IdleNotification(kIdlePauseInMs);
/external/v8/include/
H A Dv8.h4702 * collection performance. Use IdleNotification() or LowMemoryNotification()
4778 * Returns true if the embedder should stop calling IdleNotification
4786 bool IdleNotification(int idle_time_in_ms);

Completed in 372 milliseconds