Home
last modified time | relevance | path

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

/dalvik/vm/hprof/
DHprofStack.c25 #define STACK_DEPTH 8 macro
30 int frameIds[STACK_DEPTH];
189 while ((count < STACK_DEPTH) && in hprofDumpStacks()
236 while ((fp != NULL) && (i < STACK_DEPTH)) { in hprofFillInStackTrace()