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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.cpp1194 void HeapExtentCache<Entry>::flush()
1204 size_t HeapExtentCache<Entry>::hash(Address address)
1214 typename Entry::LookupResult HeapExtentCache<Entry>::lookup(Address address)
1227 void HeapExtentCache<Entry>::addEntry(Address address, typename Entry::LookupResult entry)
1242 HeapExtentCache<PositiveEntry>::addEntry(address, page);
1247 return HeapExtentCache<PositiveEntry>::lookup(address);
H A DHeap.h559 // A HeapExtentCache provides a fast way of taking an arbitrary
574 class HeapExtentCache { class in namespace:WebCore
576 HeapExtentCache() function in class:WebCore::HeapExtentCache
577 : m_entries(adoptArrayPtr(new Entry[HeapExtentCache::numberOfEntries]))
615 class HeapContainsCache : public HeapExtentCache<PositiveEntry> {
621 class HeapDoesNotContainCache : public HeapExtentCache<NegativeEntry> { };

Completed in 88 milliseconds