HomeSort by relevance Sort by last modified time
    Searched refs:Interruptor (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/glue/
MessageLoopInterruptor.h 39 class MessageLoopInterruptor : public ThreadState::Interruptor {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 439 // - register an Interruptor that can interrupt long running loops that have no calls to safePoint and
440 // are not wrapped in a SafePointScope (e.g. Interruptor for JavaScript code)
491 // can provide an interruptor object which would allow GC
494 class PLATFORM_EXPORT Interruptor {
496 virtual ~Interruptor() { }
498 // Request the interruptor to interrupt the thread and
512 void addInterruptor(Interruptor*);
513 void removeInterruptor(Interruptor*);
534 const Vector<Interruptor*>& interruptors() const { return m_interruptors; }
698 Vector<Interruptor*> m_interruptors
    [all...]
ThreadState.cpp 148 const Vector<ThreadState::Interruptor*>& interruptors = (*it)->interruptors();
189 const Vector<ThreadState::Interruptor*>& interruptors = (*it)->interruptors();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 88 static ThreadState::Interruptor* s_messageLoopInterruptor = 0;
89 static ThreadState::Interruptor* s_isolateInterruptor = 0;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.h     [all...]

Completed in 154 milliseconds