Home
last modified time | relevance | path

Searched refs:heapEntry (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/trace-viewer/src/tcmalloc/
Dheap.js55 var heapEntry = this.heap_;
65 heapEntry.currentBytes += alloc.currentBytes;
66 heapEntry.currentAllocs += alloc.currentAllocs;
67 heapEntry.totalBytes += alloc.totalBytes;
68 heapEntry.totalAllocs += alloc.totalAllocs;
70 if (!heapEntry.children[traceName]) {
72 heapEntry.children[traceName] = {
81 heapEntry = heapEntry.children[traceName];
Dtcmalloc_snapshot_view.js64 buildAllocList_: function(heapEntry, hide) { argument
67 var keys = Object.keys(heapEntry.children);
70 return heapEntry.children[b].currentBytes -
71 heapEntry.children[a].currentBytes;
75 var trace = heapEntry.children[traceName];
Dtcmalloc_instance_view.js43 var heapEntry = snapshot.heap_;
44 var traceNames = Object.keys(heapEntry.children);
47 return heapEntry.children[b].currentBytes -
48 heapEntry.children[a].currentBytes;
/external/chromium_org/third_party/skia/src/core/
DSkBitmapHeap.cpp165 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]; in findEntryToReplace() local
166 if (heapEntry->fRefCount > 0) { in findEntryToReplace()
193 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]; in freeMemoryIfPossible() local
194 if (heapEntry->fRefCount > 0) { in freeMemoryIfPossible()
201 heapEntry->fBitmap.reset(); in freeMemoryIfPossible()
203 fUnusedSlots.push(heapEntry->fSlot); in freeMemoryIfPossible()
392 SkBitmapHeapEntry* heapEntry = this->getEntry(fDeferredEntries[i]); in endAddingOwnersDeferral() local
393 SkASSERT(heapEntry != NULL); in endAddingOwnersDeferral()
394 heapEntry->addReferences(fOwnerCount); in endAddingOwnersDeferral()
/external/skia/src/core/
DSkBitmapHeap.cpp165 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]; in findEntryToReplace() local
166 if (heapEntry->fRefCount > 0) { in findEntryToReplace()
193 SkBitmapHeapEntry* heapEntry = fStorage[iter->fStorageSlot]; in freeMemoryIfPossible() local
194 if (heapEntry->fRefCount > 0) { in freeMemoryIfPossible()
201 heapEntry->fBitmap.reset(); in freeMemoryIfPossible()
203 fUnusedSlots.push(heapEntry->fSlot); in freeMemoryIfPossible()
392 SkBitmapHeapEntry* heapEntry = this->getEntry(fDeferredEntries[i]); in endAddingOwnersDeferral() local
393 SkASSERT(heapEntry != NULL); in endAddingOwnersDeferral()
394 heapEntry->addReferences(fOwnerCount); in endAddingOwnersDeferral()