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

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp     [all...]
Heap.h 559 // A HeapExtentCache provides a fast way of taking an arbitrary
574 class HeapExtentCache {
576 HeapExtentCache()
577 : m_entries(adoptArrayPtr(new Entry[HeapExtentCache::numberOfEntries]))
615 class HeapContainsCache : public HeapExtentCache<PositiveEntry> {
621 class HeapDoesNotContainCache : public HeapExtentCache<NegativeEntry> { };
    [all...]

Completed in 37 milliseconds