Searched defs:backtrace (Results 1 - 19 of 19) sorted by relevance

/external/chromium/android/
H A Dexecinfo.cc7 int backtrace(void **array, int size) { return 0; } function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_stack.c41 debug_backtrace_capture(struct debug_stack_frame *backtrace, argument
76 backtrace[i++].function = frame_pointer[1];
94 backtrace[i++].function = NULL;
101 debug_backtrace_dump(const struct debug_stack_frame *backtrace, argument
107 if(!backtrace[i].function)
109 debug_symbol_print(backtrace[i].function);
H A Du_debug_memory.c61 struct debug_stack_frame backtrace[DEBUG_MEMORY_STACK]; member in struct:debug_memory_header
132 debug_backtrace_capture(hdr->backtrace, 0, DEBUG_MEMORY_STACK);
296 debug_backtrace_dump(hdr->backtrace, DEBUG_MEMORY_STACK);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_stack.c41 debug_backtrace_capture(struct debug_stack_frame *backtrace, argument
76 backtrace[i++].function = frame_pointer[1];
94 backtrace[i++].function = NULL;
101 debug_backtrace_dump(const struct debug_stack_frame *backtrace, argument
107 if(!backtrace[i].function)
109 debug_symbol_print(backtrace[i].function);
H A Du_debug_memory.c61 struct debug_stack_frame backtrace[DEBUG_MEMORY_STACK]; member in struct:debug_memory_header
132 debug_backtrace_capture(hdr->backtrace, 0, DEBUG_MEMORY_STACK);
296 debug_backtrace_dump(hdr->backtrace, DEBUG_MEMORY_STACK);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb52 def backtrace!
53 Call.convert_backtrace( backtrace )
/external/chromium/base/
H A Dlogging_win.cc66 void* backtrace[kMaxBacktraceDepth]; local
72 depth = CaptureStackBackTrace(2, kMaxBacktraceDepth, backtrace, NULL);
80 event.SetField(1, sizeof(backtrace[0]) * depth, &backtrace);
/external/chromium_org/base/
H A Dlogging_win.cc66 void* backtrace[kMaxBacktraceDepth]; local
72 depth = CaptureStackBackTrace(2, kMaxBacktraceDepth, backtrace, NULL);
80 event.SetField(1, sizeof(backtrace[0]) * depth, &backtrace);
/external/chromium/base/debug/
H A Dtrace_event_win.cc80 // See whether we're to capture a backtrace.
81 void* backtrace[32]; local
85 arraysize(backtrace),
86 backtrace,
89 event.SetField(4, sizeof(backtrace[0]) * depth, backtrace);
/external/chromium_org/base/debug/
H A Dstack_trace_android.cc79 std::string backtrace = ToString(); local
80 __android_log_write(ANDROID_LOG_ERROR, "chromium", backtrace.c_str());
H A Dtrace_event_win.cc81 // See whether we're to capture a backtrace.
82 void* backtrace[32]; local
86 arraysize(backtrace),
87 backtrace,
90 event.SetField(4, sizeof(backtrace[0]) * depth, backtrace);
/external/chromium_org/chrome/test/logging/win/
H A Dlog_file_reader.cc151 const intptr_t* backtrace = NULL; local
159 parser.ReadPointerArray(stack_depth, &backtrace) &&
165 EventLevelToSeverity(event->Header.Class.Level), stack_depth, backtrace,
178 const intptr_t* backtrace = NULL; local
186 parser.ReadPointerArray(stack_depth, &backtrace) &&
190 backtrace);
H A Dlog_file_printer.cc109 const intptr_t* backtrace,
120 const intptr_t* backtrace) OVERRIDE;
219 const intptr_t* backtrace,
237 const intptr_t* backtrace) {
216 OnLogMessageFull(const EVENT_TRACE* event, logging::LogSeverity severity, DWORD stack_depth, const intptr_t* backtrace, int line, const base::StringPiece& file, const base::StringPiece& message) argument
231 OnTraceEvent(const EVENT_TRACE* event, const base::StringPiece& name, char type, intptr_t id, const base::StringPiece& extra, DWORD stack_depth, const intptr_t* backtrace) argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem2.c31 ** The backtrace functionality is only available with GLIBC
34 extern int backtrace(void**,int);
37 # define backtrace(A,B) 1 macro
46 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
52 ** backtrace pointers. There is also a guard word at the end of the
59 char nBacktraceSlots; /* Available backtrace slots */
96 ** The number of levels of backtrace to save in new allocations.
274 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
435 ** Set the number of backtrace levels kept for each allocation.
/external/srec/srec/include/
H A Dsrec.h51 wtokenID word_backtrace; /* alternative backtrace, diff from path b.p.*/
106 nodeID end_node; /* for backtrace with word graph */
107 wtokenID backtrace; /* for backtrace */ member in struct:word_token_t
125 * Contains what we need for later backtrace, nbest, etc.
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c868 yasm_span **backtrace; member in struct:yasm_span
907 span->backtrace = NULL;
1105 if (span->backtrace)
1106 yasm_xfree(span->backtrace);
1176 * span is in our backtrace.
1178 if (optd->span->backtrace) {
1180 if (optd->span->backtrace[i] == depspan)
1186 /* Add our complete backtrace and ourselves to backtrace of dependent
1189 if (!depspan->backtrace) {
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c14625 ** The backtrace functionality is only available with GLIBC
14628 extern int backtrace(void**,int);
14631 # define backtrace(A,B) 1 macro
14639 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
14645 ** backtrace pointers. There is also a guard word at the end of the
14652 char nBacktraceSlots; /* Available backtrace slots */
14689 ** The number of levels of backtrace to save in new allocations.
14867 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
15028 ** Set the number of backtrace levels kept for each allocation.
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c15488 ** The backtrace functionality is only available with GLIBC
15491 extern int backtrace(void**,int);
15494 # define backtrace(A,B) 1 macro
15503 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
15509 ** backtrace pointers. There is also a guard word at the end of the
15516 char nBacktraceSlots; /* Available backtrace slots */
15553 ** The number of levels of backtrace to save in new allocations.
15731 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
15892 ** Set the number of backtrace levels kept for each allocation.
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15488 ** The backtrace functionality is only available with GLIBC
15491 extern int backtrace(void**,int);
15494 # define backtrace(A,B) 1 macro
15503 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
15509 ** backtrace pointers. There is also a guard word at the end of the
15516 char nBacktraceSlots; /* Available backtrace slots */
15553 ** The number of levels of backtrace to save in new allocations.
15731 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
15892 ** Set the number of backtrace levels kept for each allocation.
[all...]

Completed in 3364 milliseconds