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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/glue/
PendingGCRunner.h 64 state->safePoint(m_nesting ? WebCore::ThreadState::HeapPointersOnStack : WebCore::ThreadState::NoHeapPointersOnStack);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerRunLoop.cpp 163 ThreadState::current()->safePoint(ThreadState::NoHeapPointersOnStack);
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 147 // One of the other threads did not return to a safepoint within the maximum
193 // If we are leaving the safepoint from a SafePointAwareMutexLocker
196 // or finalization. The SafePointAwareLocker will reenter the safepoint
197 // and reacquire the lock after leaving this safepoint.
335 // safepoint.
408 // safepoint.
470 // If there is a safepoint scope marker we should stop the stack
472 // interesting beyond that point is in the safepoint stack copy.
758 void ThreadState::safePoint(StackState stackState)
902 state->safePoint(HeapPointersOnStack)
    [all...]
ThreadState.h 339 // Safepoint related functionality.
345 // We say that a thread is at a safepoint if this thread is guaranteed to
347 // it leaves the safepoint.
349 // Notice that a thread does not have to be paused if it is at safepoint it
351 // with the heap. It will be paused if it attempts to leave the safepoint and
355 // - periodically check if GC is requested from another thread by calling a safePoint() method;
356 // - use SafePointScope around long running loops that have no safePoint() invocation inside,
358 // - register an Interruptor that can interrupt long running loops that have no calls to safePoint and
362 // Request all other threads to stop. Must only be called if the current thread is at safepoint.
368 void safePoint(StackState)
    [all...]
HeapTest.cpp 479 ThreadState::current()->safePoint(ThreadState::NoHeapPointersOnStack);
527 ThreadState::current()->safePoint(ThreadState::NoHeapPointersOnStack);
    [all...]

Completed in 105 milliseconds