Home | History | Annotate | Download | only in heap

Lines Matching refs:Interruptor

439 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;