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 38 WebHeap::SafePointScope::SafePointScope()
43 WebHeap::SafePointScope::~SafePointScope()
  /external/chromium_org/third_party/WebKit/public/web/
WebHeap.h 45 class SafePointScope {
47 BLINK_EXPORT SafePointScope();
48 BLINK_EXPORT ~SafePointScope();
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 437 // - use SafePointScope around long running loops that have no safePoint() invocation inside,
440 // are not wrapped in a SafePointScope (e.g. Interruptor for JavaScript code)
457 class SafePointScope {
464 explicit SafePointScope(StackState stackState, ScopeNesting nesting = NoNesting)
477 ~SafePointScope()

Completed in 776 milliseconds