Searched refs:backtrace (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp79 intptr_t * backtrace; member in struct:android::__anon493
110 e->backtrace = reinterpret_cast<intptr_t *>(ptr);
126 if (e1->backtrace[j] == e2->backtrace[j]) {
129 swap = e1->backtrace[j] < e2->backtrace[j];
147 for (size_t ct = 0; (ct < backtraceSize) && e->backtrace[ct]; ct++) {
151 snprintf(buffer, SIZE, "0x%08x", e->backtrace[ct]);
/frameworks/native/include/utils/
H A DCallStack.h24 #include <corkscrew/backtrace.h>
/frameworks/native/libs/utils/
H A DCallStack.cpp24 #include <corkscrew/backtrace.h>
/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp418 * intptr_t backtrace[32]
420 * "size" is the size of the allocation, "backtrace" is a fixed-size
422 * allocations with the exact same size and backtrace.
454 fprintf(fp, "WARNING: mismatched backtrace sizes (%d vs. %d)\n",
467 intptr_t* backtrace = (intptr_t*) (ptr + sizeof(size_t) * 2); local
474 if (backtrace[bt] == 0) {
477 fprintf(fp, " %08x", backtrace[bt]);

Completed in 247 milliseconds