Searched refs:ownsNonEmptyAllocationArea (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp836 ASSERT(!ownsNonEmptyAllocationArea());
1344 if (ownsNonEmptyAllocationArea()) {
1356 if (ownsNonEmptyAllocationArea())
H A DHeap.h908 bool ownsNonEmptyAllocationArea() const { return currentAllocationPoint() && remainingAllocationSize(); } function in class:blink::ThreadHeap

Completed in 293 milliseconds