Home
last modified time | relevance | path

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

/dalvik/vm/
DAllocTracker.cpp46 #define kMaxAllocRecordStackDepth 16 /* max 255 */ macro
61 } stackElem[kMaxAllocRecordStackDepth];
115 kNumAllocRecords, kMaxAllocRecordStackDepth, in dvmEnableAllocTracker()
154 while ((fp != NULL) && (stackDepth < kMaxAllocRecordStackDepth)) { in getStackFrames()
177 while (stackDepth < kMaxAllocRecordStackDepth) { in getStackFrames()
338 for (i = 0; i < kMaxAllocRecordStackDepth; i++) { in populateStringTables()
397 for (depth = 0; depth < kMaxAllocRecordStackDepth; depth++) { in generateBaseOutput()
624 for (int i = 0; i < kMaxAllocRecordStackDepth; i++) { in dvmDumpTrackedAllocations()