HomeSort by relevance Sort by last modified time
    Searched defs:backtrace (Results 1 - 25 of 25) sorted by null

  /external/chromium/android/
execinfo.cc 7 int backtrace(void **array, int size) { return 0; } function
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb 52 def backtrace!
53 Call.convert_backtrace( backtrace )
  /external/chromium/base/debug/
trace_event_win.cc 80 // 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/base/
logging_win.cc 66 void* backtrace[kMaxBacktraceDepth]; local
72 depth = CaptureStackBackTrace(2, kMaxBacktraceDepth, backtrace, NULL);
80 event.SetField(1, sizeof(backtrace[0]) * depth, &backtrace);
  /external/chromium_org/base/debug/
trace_event_win.cc 81 // 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);
stack_trace_android.cc 79 std::string backtrace = ToString(); local
80 __android_log_write(ANDROID_LOG_ERROR, "chromium", backtrace.c_str());
  /external/chromium_org/base/
logging_win.cc 66 void* backtrace[kMaxBacktraceDepth]; local
72 depth = CaptureStackBackTrace(2, kMaxBacktraceDepth, backtrace, NULL);
80 event.SetField(1, sizeof(backtrace[0]) * depth, &backtrace);
  /system/core/debuggerd/
backtrace.c 30 #include <corkscrew/backtrace.h>
94 backtrace_frame_t backtrace[STACK_DEPTH]; local
95 ssize_t frames = unwind_backtrace_ptrace(tid, context, backtrace, 0, STACK_DEPTH);
100 get_backtrace_symbols_ptrace(context, backtrace, frames, backtrace_symbols);
103 format_backtrace_line(i, &backtrace[i], &backtrace_symbols[i],
tombstone.c 36 #include <corkscrew/backtrace.h>
235 const backtrace_frame_t* backtrace, size_t frames) { variable
240 get_backtrace_symbols_ptrace(context, backtrace, frames, backtrace_symbols);
243 format_backtrace_line(i, &backtrace[i], &backtrace_symbols[i],
299 const backtrace_frame_t* backtrace, size_t frames) {
303 if (backtrace[i].stack_top) {
319 uintptr_t sp = backtrace[first].stack_top - STACK_WORDS * sizeof(uint32_t);
325 const backtrace_frame_t* frame = &backtrace[i];
352 backtrace_frame_t backtrace[STACK_DEPTH]; local
353 ssize_t frames = unwind_backtrace_ptrace(tid, context, backtrace, 0, STACK_DEPTH)
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.h 65 uintptr_t backtrace[0]; member in struct:HashEntry
malloc_debug_leak.cpp 94 static uint32_t get_hash(uintptr_t* backtrace, size_t numEntries) {
95 if (backtrace == NULL) return 0;
100 hash = (hash * 33) + (backtrace[i] >> 2);
107 uintptr_t* backtrace, size_t numEntries, size_t size) {
110 //debug_log("backtrace: %p, entry: %p entry->backtrace: %p\n",
111 // backtrace, entry, (entry != NULL) ? entry->backtrace : NULL);
117 !memcmp(backtrace, entry->backtrace, numEntries * sizeof(uintptr_t)))
281 uintptr_t backtrace[BACKTRACE_SIZE]; local
    [all...]
  /external/chromium_org/chrome/test/logging/win/
log_file_reader.cc 151 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);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_memory.c 61 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/
u_debug_memory.c 61 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);
  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 79 intptr_t * backtrace; member in struct:android::__anon31348
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]);
  /external/chromium_org/third_party/sqlite/src/src/
mem2.c 31 ** 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.
  /system/core/libcorkscrew/
backtrace.c 20 #include "backtrace-arch.h"
21 #include "backtrace-helper.h"
72 backtrace_frame_t* backtrace; member in struct:__anon62710
88 add_backtrace_entry(rewind_pc_arch(&state->memory, pc), state->backtrace,
95 ssize_t unwind_backtrace(backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
101 state.backtrace = backtrace;
127 backtrace_frame_t* backtrace; member in struct:__anon62711
138 g_unwind_signal_state.backtrace,
149 ssize_t unwind_backtrace_thread(pid_t tid, backtrace_frame_t* backtrace,
    [all...]
  /external/srec/srec/include/
srec.h 51 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.
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 24 #include "../backtrace-arch.h"
25 #include "../backtrace-helper.h"
97 backtrace_frame_t* backtrace; member in struct:__anon62703
761 unwind_state_t* state, backtrace_frame_t* backtrace,
788 backtrace, ignore_depth, max_depth,
803 backtrace, ignore_depth, max_depth,
823 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
840 &state, backtrace, ignore_depth, max_depth);
844 backtrace_frame_t* backtrace, size_t ignore_depth, size_t max_depth) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 868 yasm_span **backtrace; member in struct:yasm_span
907 span->backtrace = NULL;
    [all...]
  /frameworks/base/core/jni/
android_os_Debug.cpp 763 * intptr_t backtrace[32]
765 * "size" is the size of the allocation, "backtrace" is a fixed-size
767 * allocations with the exact same size and backtrace.
799 fprintf(fp, "WARNING: mismatched backtrace sizes (%d vs. %d)\n",
812 intptr_t* backtrace = (intptr_t*) (ptr + sizeof(size_t) * 2); local
819 if (backtrace[bt] == 0) {
822 fprintf(fp, " %08x", backtrace[bt]);
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 14631 # define backtrace macro
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 894 function backtrace() { function
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 15494 # define backtrace macro
    [all...]
  /external/sqlite/dist/
sqlite3.c 15494 # define backtrace macro
    [all...]

Completed in 1947 milliseconds