HomeSort by relevance Sort by last modified time
    Searched refs:GetStackTrace (Results 26 - 50 of 53) sorted by null

12 3

  /external/chromium_org/third_party/tcmalloc/vendor/src/
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);
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)
debugallocation.cc 208 GetStackTrace(deleter_pcs,
    [all...]
page_heap.cc 399 t->depth = GetStackTrace(t->stack, kMaxStackDepth-1, 3);
tcmalloc.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stacktrace_unittest.cc 118 size = GetStackTrace(stack, STACK_LEN, 0);
heap-checker_unittest.cc     [all...]
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 183 GetStackTrace();
222 bool CallStack::GetStackTrace() {
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 356 def GetStackTrace(self):
357 return self._browser_backend.GetStackTrace()
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Initializer.cpp 100 v8::Handle<v8::StackTrace> stackTrace = message->GetStackTrace();
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 47 GetStackTrace(&stack, __sanitizer::common_flags()->malloc_context_size, \
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 369 void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp,
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
chrome_browser_backend.py 138 raise exceptions.BrowserGoneException(self.GetStackTrace())
desktop_browser_backend.py 163 def GetStackTrace(self):
android_browser_backend.py 319 raise exceptions.BrowserGoneException(self.GetStackTrace())
380 def GetStackTrace(self):
cros_browser_backend.py 279 def GetStackTrace(self):
  /art/runtime/
trace.cc 102 std::vector<mirror::ArtMethod*>* GetStackTrace() const {
244 std::vector<mirror::ArtMethod*>* stack_trace = build_trace_visitor.GetStackTrace();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 206 GetStackTrace(deleter_pcs,
    [all...]
page_heap.cc 460 t->depth = GetStackTrace(t->stack, kMaxStackDepth-1, 3);
tcmalloc.cc     [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 188 stack_trace = browser.GetStackTrace()
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc     [all...]
  /external/v8/include/
v8.h 709 Handle<StackTrace> GetStackTrace() const;
    [all...]
  /external/chromium_org/v8/include/
v8.h     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 2361 milliseconds

12 3