Home
last modified time | relevance | path

Searched defs:NoAllocationScope (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeap.h979 NoAllocationScope() : m_active(true) { enter(); } in NoAllocationScope() function
981 explicit NoAllocationScope(bool active) : m_active(active) { enter(); } in NoAllocationScope() function
983 NoAllocationScope(const NoAllocationScope& other) : m_active(other.m_active) { enter(); } in NoAllocationScope() function