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

12

/external/chromium_org/content/public/renderer/
H A Drender_process_observer.h36 virtual void IdleNotification() {} function in class:content::RenderProcessObserver
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8GCForContextDispose.cpp74 v8::V8::IdleNotification(hint);
H A DWorkerScriptController.h101 bool idleNotification() { return v8::V8::IdleNotification(); }
H A DV8GCController.cpp410 v8::V8::IdleNotification(longIdlePauseInMS);
/external/chromium_org/v8/src/
H A Dv8.h115 static bool IdleNotification(int hint);
H A Dv8.cc190 bool V8::IdleNotification(int hint) { function in class:v8::internal::V8
192 // IdleNotification again.
196 return HEAP->IdleNotification(hint);
H A Dd8.cc1305 V8::IdleNotification(kLongIdlePauseInMs);
1524 V8::IdleNotification(kLongIdlePauseInMs);
H A Dheap.h1595 bool IdleNotification(int hint);
H A Dapi.cc5466 bool v8::V8::IdleNotification(int hint) { function in class:v8::v8::V8
5468 // continue to call IdleNotification.
5471 return i::V8::IdleNotification(hint);
/external/v8/src/
H A Dv8.h112 static bool IdleNotification(int hint);
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 Dd8.cc1443 V8::IdleNotification(kLongIdlePauseInMs);
H A Dheap.h1392 bool IdleNotification(int hint);
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);
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc805 v8::V8::IdleNotification();
821 FOR_EACH_OBSERVER(RenderProcessObserver, observers_, IdleNotification());
842 if (v8::V8::IdleNotification(idle_hint)) {
1281 // Otherwise trigger a couple of v8 GCs using IdleNotification.
1282 if (!v8::V8::IdleNotification())
1283 v8::V8::IdleNotification();
/external/chromium_org/chrome/renderer/extensions/
H A Ddispatcher.h145 virtual void IdleNotification() OVERRIDE;
H A Ddispatcher.cc484 void Dispatcher::IdleNotification() { function in class:extensions::Dispatcher
/external/chromium/net/proxy/
H A Dproxy_resolver_v8.cc487 while (!v8::V8::IdleNotification())
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc500 while (!v8::V8::IdleNotification())
/external/v8/test/cctest/
H A Dtest-heap.cc1632 v8::V8::IdleNotification(kLongIdlePauseInMs);
1674 // Since incremental marking is off, IdleNotification will do full GC.
1677 v8::V8::IdleNotification(kLongIdlePauseInMs);
H A Dtest-api.cc13951 // This just checks the contract of the IdleNotification() function,
13953 THREADED_TEST(IdleNotification) {
13965 finshed_idle_work = v8::V8::IdleNotification();
13971 // This just checks the contract of the IdleNotification() function,
13985 bool no_idle_work = v8::V8::IdleNotification(10);
13987 finshed_idle_work = v8::V8::IdleNotification(10);
13995 // This just checks the contract of the IdleNotification() function,
14009 bool no_idle_work = v8::V8::IdleNotification(900);
14011 finshed_idle_work = v8::V8::IdleNotification(900);
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc2024 v8::V8::IdleNotification(kLongIdlePauseInMs);
2077 // Since incremental marking is off, IdleNotification will do full GC.
2080 v8::V8::IdleNotification(kLongIdlePauseInMs);
H A Dtest-api.cc16673 TEST(IdleNotification) {
16683 finished = v8::V8::IdleNotification();
16703 finished = v8::V8::IdleNotification(IdlePauseInMs);
16723 finished = v8::V8::IdleNotification(IdlePauseInMs);
16740 v8::V8::IdleNotification(kShortIdlePauseInMs);
16751 v8::V8::IdleNotification(kLongIdlePauseInMs);
16759 finished = v8::V8::IdleNotification(kShortIdlePauseInMs);
/external/v8/include/
H A Dv8.h3265 * Returns true if the embedder should stop calling IdleNotification
3273 static bool IdleNotification(int hint = 1000);
/external/chromium_org/v8/include/
H A Dv8.h4759 * Returns true if the embedder should stop calling IdleNotification
4767 static bool IdleNotification(int hint = 1000);

Completed in 676 milliseconds

12