HomeSort by relevance Sort by last modified time
    Searched refs:FastUnwindStack (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stacktrace_test.cc 45 // Top is two slots past the end because FastUnwindStack subtracts two.
47 // Bottom is one slot before the start because FastUnwindStack uses >.
58 trace.FastUnwindStack(start_pc, (uptr)&fake_stack[0],
72 trace.FastUnwindStack(start_pc, (uptr)&fake_stack[0],
85 trace.FastUnwindStack(start_pc, (uptr)&fake_stack[0],
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 109 stack->FastUnwindStack(pc, bp, stack_top, stack_bottom);
sanitizer_stacktrace.h 55 void FastUnwindStack(uptr pc, uptr bp, uptr stack_top, uptr stack_bottom);
sanitizer_stacktrace.cc 131 void StackTrace::FastUnwindStack(uptr pc, uptr bp,
  /external/compiler-rt/lib/msan/
msan.cc 188 stack->FastUnwindStack(pc, bp, stack_top, stack_bottom);

Completed in 903 milliseconds