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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_win32-inl.h 73 PERFTOOLS_DLL_DECL int GetStackTrace(void** result, int max_depth,
page_heap.h 58 // Because we control the definition of GetStackTrace, all clients of
59 // GetStackTrace should #include us rather than stacktrace.h.
62 # define GetStackTrace(stack, depth, skip) (0)
malloc_hook.cc 59 # define GetStackTrace(stack, depth, skip) (0)
641 // into the implementations for GetStackTrace instead of the skip_count.
647 // Fall back to GetStackTrace and good old but fragile frame skip counts.
651 return GetStackTrace(result, max_depth, skip_count + int(DEBUG_MODE));
658 // Constant tuned to do just one GetStackTrace call below in practice
665 int depth = GetStackTrace(stack, kStackSize, 1); // skip this function frame
666 if (depth == 0) // silenty propagate cases when GetStackTrace does not work
679 GetStackTrace(result + depth, max_depth - depth, 1 + kStackSize);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_win32-inl.h 73 PERFTOOLS_DLL_DECL int GetStackTrace(void** result, int max_depth,
page_heap.h 58 // Because we control the definition of GetStackTrace, all clients of
59 // GetStackTrace should #include us rather than stacktrace.h.
62 # define GetStackTrace(stack, depth, skip) (0)
malloc_hook.cc 59 # define GetStackTrace(stack, depth, skip) (0)
641 // into the implementations for GetStackTrace instead of the skip_count.
647 // Fall back to GetStackTrace and good old but fragile frame skip counts.
651 return GetStackTrace(result, max_depth, skip_count + int(DEBUG_MODE));
658 // Constant tuned to do just one GetStackTrace call below in practice
665 int depth = GetStackTrace(stack, kStackSize, 1); // skip this function frame
666 if (depth == 0) // silenty propagate cases when GetStackTrace does not work
679 GetStackTrace(result + depth, max_depth - depth, 1 + kStackSize);
  /external/chromium_org/chrome/tools/process_dumps/
process_dumps_linux.py 73 def GetStackTrace(processor_bin, symbol_path, dump_file):
258 print GetStackTrace(processor_bin, temp_dir, processed_dump_file)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 93 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
sanitizer_win.cc 369 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
browser_backend.py 83 def GetStackTrace(self):
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
desktop_browser_backend.py 143 def GetStackTrace(self):
android_browser_backend.py 279 def GetStackTrace(self):
cros_browser_backend.py 249 def GetStackTrace(self):
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 318 def GetStackTrace(self):
319 return self._browser_backend.GetStackTrace()
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 183 GetStackTrace();
222 bool CallStack::GetStackTrace() {
  /art/runtime/
trace.cc 102 std::vector<mirror::ArtMethod*>* GetStackTrace() const {
244 std::vector<mirror::ArtMethod*>* stack_trace = build_trace_visitor.GetStackTrace();
  /external/compiler-rt/lib/msan/
msan.cc 164 // Break recursion (GetStackTrace -> GetThreadStackTopAndBottom ->
165 // realloc -> GetStackTrace).
175 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
210 GetStackTrace(&stack, kStackTraceMax, pc, bp,
324 GetStackTrace(&stack, kStackTraceMax, pc, bp,
  /external/v8/src/
api.cc     [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 281 milliseconds