Searched defs:HeapExtentCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h621 // A HeapExtentCache provides a fast way of taking an arbitrary
636 class HeapExtentCache { class in namespace:blink
638 HeapExtentCache() function in class:blink::HeapExtentCache
639 : m_entries(adoptArrayPtr(new Entry[HeapExtentCache::numberOfEntries]))
677 class HeapContainsCache : public HeapExtentCache<PositiveEntry> {
683 class HeapDoesNotContainCache : public HeapExtentCache<NegativeEntry> { };

Completed in 114 milliseconds