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

  /external/chromium_org/tools/android/heap_profiler/
heap_profiler.h 12 #define HEAP_PROFILER_MAX_DEPTH 12
31 uintptr_t frames[HEAP_PROFILER_MAX_DEPTH]; // Absolute addrs of stack frames.
heap_profiler.c 85 if (depth > HEAP_PROFILER_MAX_DEPTH)
86 depth = HEAP_PROFILER_MAX_DEPTH;
343 if (depth > HEAP_PROFILER_MAX_DEPTH)
344 depth = HEAP_PROFILER_MAX_DEPTH;
heap_profiler_hooks_android.c 85 uintptr_t frames[HEAP_PROFILER_MAX_DEPTH];
86 const uint32_t depth = get_backtrace(frames, HEAP_PROFILER_MAX_DEPTH);
heap_profiler_unittest.cc 26 uintptr_t frames[HEAP_PROFILER_MAX_DEPTH];
31 assert(depth <= HEAP_PROFILER_MAX_DEPTH);
358 StackTrace st1 = GenStackTrace(HEAP_PROFILER_MAX_DEPTH, 0x0);
heap_dump.c 203 if (n == HEAP_PROFILER_MAX_DEPTH || st.frames[n] == 0)
heap_profiler_integrationtest.cc 76 for (size_t i = 0; i < HEAP_PROFILER_MAX_DEPTH; ++i) {

Completed in 614 milliseconds