Searched defs:GetStackTrace (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_win32-inl.h73 PERFTOOLS_DLL_DECL int GetStackTrace(void** result, int max_depth, function
H A Dpage_heap.h58 // 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) macro
H A Dmalloc_hook.cc59 # define GetStackTrace(stack, depth, skip) (0) macro
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/
H A Dstacktrace_win32-inl.h73 PERFTOOLS_DLL_DECL int GetStackTrace(void** result, int max_depth, function
H A Dpage_heap.h58 // 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) macro
H A Dmalloc_hook.cc59 # define GetStackTrace(stack, depth, skip) (0) macro
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/
H A Dtry_catch.cc23 std::string TryCatch::GetStackTrace() { function in class:gin::TryCatch
33 v8::Handle<v8::StackTrace> trace = message->GetStackTrace();
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dbrowser_backend.py96 def GetStackTrace(self): member in class:BrowserBackend
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dcros_browser_backend.py192 def GetStackTrace(self): member in class:CrOSBrowserBackend
H A Ddesktop_browser_backend.py306 def GetStackTrace(self): member in class:DesktopBrowserBackend
H A Dios_browser_backend.py153 def GetStackTrace(self): member in class:IosBrowserBackend
H A Dandroid_browser_backend.py413 def GetStackTrace(self): member in class:AndroidBrowserBackend
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py339 def GetStackTrace(self): member in class:Browser
340 return self._browser_backend.GetStackTrace()
/external/compiler-rt/lib/msan/
H A Dmsan.cc190 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, function in namespace:__msan
/external/chromium_org/v8/src/
H A Dapi.cc2098 v8::Handle<v8::StackTrace> Message::GetStackTrace() const { function in class:v8::Message

Completed in 218 milliseconds