Searched refs:GetStackTrace (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/gin/
H A Dtry_catch.h23 std::string GetStackTrace();
H A Dtry_catch.cc23 std::string TryCatch::GetStackTrace() { function in class:gin::TryCatch
33 v8::Handle<v8::StackTrace> trace = message->GetStackTrace();
H A Dshell_runner.cc45 CHECK(false) << try_catch.GetStackTrace();
H A Dinterceptor_unittest.cc132 EXPECT_EQ("", try_catch.GetStackTrace());
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dstacktrace.h97 // int depth = GetStackTrace(result, 10, 1);
106 extern PERFTOOLS_DLL_DECL int GetStackTrace(void** result, int max_depth,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_with_context.cc59 return GetStackTrace(result, max_depth, skip_count + 1);
H A Dstacktrace_win32-inl.h73 PERFTOOLS_DLL_DECL int GetStackTrace(void** result, int max_depth, function
H A Dstacktrace.cc52 // correctly when GetStackTrace() is called with max_depth == 0.
64 GetStackTrace(void **result, int max_depth, int skip_count)
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);
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
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dstacktrace.h97 // int depth = GetStackTrace(result, 10, 1);
106 extern PERFTOOLS_DLL_DECL int GetStackTrace(void** result, int max_depth,
/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 Dstacktrace.cc52 // correctly when GetStackTrace() is called with max_depth == 0.
64 GetStackTrace(void **result, int max_depth, int skip_count)
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);
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
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsimple_compat_test.cc61 int (*stacktrace_h)(void**, int, int) = &GetStackTrace;
H A Dstacktrace_unittest.cc118 size = GetStackTrace(stack, STACK_LEN, 0);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsimple_compat_test.cc61 int (*stacktrace_h)(void**, int, int) = &GetStackTrace;
H A Dstacktrace_unittest.cc118 size = GetStackTrace(stack, STACK_LEN, 0);
/external/compiler-rt/lib/msan/
H A Dmsan.h74 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
103 GetStackTrace(&stack, common_flags()->malloc_context_size, \
111 GetStackTrace(&stack, flags()->store_context_size, pc, bp, \
118 GetStackTrace(&stack, kStackTraceMax, pc, bp, \
/external/chromium_org/gin/test/
H A Dfile_runner.cc47 FAIL() << try_catch.GetStackTrace();
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dexceptions.py18 self._browser.GetStackTrace().replace('\n', '\n\t'), divider)
/external/chromium_org/gin/shell/
H A Dgin_main.cc49 LOG(ERROR) << try_catch.GetStackTrace();
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dbrowser_backend.py97 def GetStackTrace(self): member in class:BrowserBackend
/external/chromium_org/mojo/apps/js/
H A Dmojo_runner_delegate.cc78 LOG(ERROR) << try_catch.GetStackTrace();

Completed in 681 milliseconds

12