HomeSort by relevance Sort by last modified time
    Searched refs:HeapContainsCache (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 55 class HeapContainsCache;
551 HeapContainsCache* heapContainsCache() { return m_heapContainsCache.get(); }
706 OwnPtr<HeapContainsCache> m_heapContainsCache;
ThreadState.cpp 313 , m_heapContainsCache(adoptPtr(new HeapContainsCache()))
898 BaseHeapPage* cachedPage = heapContainsCache()->lookup(address);
915 heapContainsCache()->addEntry(address, page);
    [all...]
Heap.cpp     [all...]
Heap.h 632 // 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> {
880 m_threadState->heapContainsCache()->flush();
    [all...]

Completed in 63 milliseconds