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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp2068 s_heapDoesNotContainCache = new HeapDoesNotContainCache();
2730 HeapDoesNotContainCache* Heap::s_heapDoesNotContainCache;
H A DHeap.h633 // memory is removed from the Blink heap. The HeapDoesNotContainCache is a
656 // For the HeapDoesNotContainCache this means the address is not in the
683 class HeapDoesNotContainCache : public HeapExtentCache<NegativeEntry> { }; class in namespace:blink
1082 static HeapDoesNotContainCache* s_heapDoesNotContainCache;

Completed in 453 milliseconds