HomeSort by relevance Sort by last modified time
    Searched defs:SafePointScope (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebHeap.cpp 48 WebHeap::SafePointScope::SafePointScope()
53 WebHeap::SafePointScope::~SafePointScope()
  /external/chromium_org/third_party/WebKit/public/web/
WebHeap.h 54 class SafePointScope {
56 BLINK_EXPORT SafePointScope();
57 BLINK_EXPORT ~SafePointScope();
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 356 // - use SafePointScope around long running loops that have no safePoint() invocation inside,
359 // are not wrapped in a SafePointScope (e.g. Interruptor for JavaScript code)
376 class SafePointScope {
383 explicit SafePointScope(StackState stackState, ScopeNesting nesting = NoNesting)
396 ~SafePointScope()

Completed in 1563 milliseconds