Searched refs:heapContainsCache (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h551 HeapContainsCache* heapContainsCache() { return m_heapContainsCache.get(); } function in class:blink::ThreadState
H A DThreadState.cpp898 BaseHeapPage* cachedPage = heapContainsCache()->lookup(address);
915 heapContainsCache()->addEntry(address, page);
H A DHeap.h880 m_threadState->heapContainsCache()->flush();

Completed in 274 milliseconds