Searched refs:IdleNotification (Results 1 – 15 of 15) sorted by relevance
36 virtual void IdleNotification() {} in IdleNotification() function
75 V8PerIsolateData::mainThreadIsolate()->IdleNotification(idlePauseInMs); in pseudoIdleTimerFired()
77 bool idleNotification() { return m_isolate->IdleNotification(1000); } in idleNotification()
161 virtual void IdleNotification() OVERRIDE;
746 void Dispatcher::IdleNotification() { in IdleNotification() function in extensions::Dispatcher
1021 !blink::mainThreadIsolate()->IdleNotification(1000)) { in IdleHandler()1051 FOR_EACH_OBSERVER(RenderProcessObserver, observers_, IdleNotification()); in IdleHandler()
820 blink::mainThreadIsolate()->IdleNotification(idle_time_in_ms); in DidCommit()
1260 isolate->IdleNotification(kLongIdlePauseInMs); in ExecuteInThread()1449 isolate->IdleNotification(kLongIdlePauseInMs); in RunMain()
6774 bool v8::Isolate::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::v8::Isolate6779 return isolate->heap()->IdleNotification(idle_time_in_ms); in IdleNotification()
1051 bool IdleNotification(int idle_time_in_ms);
4295 bool Heap::IdleNotification(int idle_time_in_ms) { in IdleNotification() function in v8::internal::Heap
2122 CcTest::isolate()->IdleNotification(kLongIdlePauseInMs); in TEST()2178 CcTest::isolate()->IdleNotification(kLongIdlePauseInMs); in TEST()
17779 TEST(IdleNotification) { in TEST() argument17790 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs); in TEST()17810 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs); in TEST()17830 finished = env->GetIsolate()->IdleNotification(IdlePauseInMs); in TEST()17846 env->GetIsolate()->IdleNotification(kIdlePauseInMs); in TEST()17857 env->GetIsolate()->IdleNotification(kIdlePauseInMs); in TEST()17865 finished = env->GetIsolate()->IdleNotification(kIdlePauseInMs); in TEST()
4786 bool IdleNotification(int idle_time_in_ms);
614 Collect garbage with kReduceMemoryFootprintMask in IdleNotification7011 Removed the high-priority flag from IdleNotification()