HomeSort by relevance Sort by last modified time
    Searched defs:GetStackTrace (Results 1 - 16 of 16) 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/gin/
try_catch.cc 23 std::string TryCatch::GetStackTrace() {
33 v8::Handle<v8::StackTrace> trace = message->GetStackTrace();
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
browser_backend.py 96 def GetStackTrace(self):
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_browser_backend.py 192 def GetStackTrace(self):
desktop_browser_backend.py 306 def GetStackTrace(self):
ios_browser_backend.py 153 def GetStackTrace(self):
android_browser_backend.py 413 def GetStackTrace(self):
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 339 def GetStackTrace(self):
340 return self._browser_backend.GetStackTrace()
  /art/runtime/
trace.cc 101 std::vector<mirror::ArtMethod*>* GetStackTrace() const {
239 std::vector<mirror::ArtMethod*>* stack_trace = build_trace_visitor.GetStackTrace();
  /external/compiler-rt/lib/msan/
msan.cc 190 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 374 milliseconds