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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp1758 void HeapExtentCache<Entry>::flush()
1768 size_t HeapExtentCache<Entry>::hash(Address address)
1778 typename Entry::LookupResult HeapExtentCache<Entry>::lookup(Address address)
1791 void HeapExtentCache<Entry>::addEntry(Address address, typename Entry::LookupResult entry)
1806 HeapExtentCache<PositiveEntry>::addEntry(address, page);
1811 return HeapExtentCache<PositiveEntry>::lookup(address);
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 74 milliseconds