Searched refs:NoAllocationScope (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1090 // The NoAllocationScope class is used in debug mode to catch unwanted
1093 class NoAllocationScope { class in namespace:blink
1095 NoAllocationScope() : m_active(true) { enter(); } function in class:blink::NoAllocationScope
1097 explicit NoAllocationScope(bool active) : m_active(active) { enter(); } function in class:blink::NoAllocationScope
1099 NoAllocationScope(const NoAllocationScope& other) : m_active(other.m_active) { enter(); } function in class:blink::NoAllocationScope
1101 NoAllocationScope& operator=(const NoAllocationScope& other)
1109 ~NoAllocationScope() { release(); }
H A DHeap.cpp2369 NoAllocationScope<AnyThread> noAllocationScope;
2425 NoAllocationScope<AnyThread> noAllocationScope;
H A DHeapTest.cpp1706 NoAllocationScope<AnyThread> noAllocationScope;

Completed in 349 milliseconds