Searched refs:Symbolize (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsymbolize.h47 // several stack traces to a table, call Symbolize() once and use GetSymbol()
58 // name, so Add() should not generally be called after Symbolize().
62 // the last successful call to Symbolize(). Otherwise may return an empty
68 int Symbolize();
H A Dsymbolize.cc43 #include <sys/socket.h> // for socketpair() -- needed by Symbolize
46 #include <sys/wait.h> // for wait() -- needed by Symbolize
97 // Prints an error message when you can't run Symbolize().
122 int SymbolTable::Symbolize() { function in class:SymbolTable
H A Ddebugallocation.cc128 "Symbolize the stack trace when provided (on some error exits)");
694 symbolization_table->Symbolize();
H A Dheap-profile-table.cc716 symbolization_table.Symbolize();
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsymbolize.h47 // several stack traces to a table, call Symbolize() once and use GetSymbol()
58 // name, so Add() should not generally be called after Symbolize().
62 // the last successful call to Symbolize(). Otherwise may return an empty
68 int Symbolize();
H A Dsymbolize.cc43 #include <sys/socket.h> // for socketpair() -- needed by Symbolize
46 #include <sys/wait.h> // for wait() -- needed by Symbolize
97 // Prints an error message when you can't run Symbolize().
122 int SymbolTable::Symbolize() { function in class:SymbolTable
H A Dheap-profile-table.cc658 symbolization_table.Symbolize();
H A Ddebugallocation.cc127 "Symbolize the stack trace when provided (on some error exits)");
698 symbolization_table->Symbolize();
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.h32 // This library provides Symbolize() function that symbolizes program
37 // The algorithm used in Symbolize() is as follows.
49 // Note that Symbolize() is originally implemented to be used in
129 bool Symbolize(void *pc, char *out, int out_size);
H A Dsymbolize.cc660 bool Symbolize(void *pc, char *out, int out_size) { function
676 bool Symbolize(void *pc, char *out, int out_size) { function
/external/chromium_org/tools/tcmalloc/
H A Dprint-live-objects.py41 def Symbolize(binary, traces): function
78 Symbolize(argv[1], traces)
/external/chromium/base/debug/
H A Dstack_trace_posix.cc122 if (google::Symbolize(static_cast<char *>(trace[i]) - 1,
125 // google::Symbolize().
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc141 if (google::Symbolize(address, buf, sizeof(buf)))
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp135 Symbolize("symbolize", cl::desc("When disassembling instructions, "
311 if (Symbolize) {

Completed in 529 milliseconds