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 621 // A HeapExtentCache provides a fast way of taking an arbitrary
636 class HeapExtentCache {
638 HeapExtentCache()
639 : m_entries(adoptArrayPtr(new Entry[HeapExtentCache::numberOfEntries]))
677 class HeapContainsCache : public HeapExtentCache<PositiveEntry> {
683 class HeapDoesNotContainCache : public HeapExtentCache<NegativeEntry> { };
    [all...]

Completed in 107 milliseconds