Searched refs:HeapContainsCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h55 class HeapContainsCache;
551 HeapContainsCache* heapContainsCache() { return m_heapContainsCache.get(); }
706 OwnPtr<HeapContainsCache> m_heapContainsCache;
H A DThreadState.cpp313 , m_heapContainsCache(adoptPtr(new HeapContainsCache()))
H A DHeap.cpp1804 void HeapContainsCache::addEntry(Address address, BaseHeapPage* page)
1809 BaseHeapPage* HeapContainsCache::lookup(Address address)
H A DHeap.h632 // A HeapContainsCache is a positive cache. Therefore, it must be flushed when
655 // cache. For the HeapContainsCache this means the address is in the heap.
677 class HeapContainsCache : public HeapExtentCache<PositiveEntry> { class in namespace:blink

Completed in 208 milliseconds