Home
last modified time | relevance | path

Searched refs:IsValidFrame (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc50 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
52 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
55 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
79 while (IsValidFrame((uptr)frame, stack_top, bottom) && in FastUnwindStack()
87 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in FastUnwindStack()
Dsanitizer_stacktrace.h114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cpp77 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame()
79 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame()
82 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame()
107 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast()
115 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
Dsanitizer_stacktrace_sparc.cpp65 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) && in UnwindFast()
Dsanitizer_stacktrace.h162 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame() function
/external/compiler-rt/lib/lsan/
Dlsan.h28 IsValidFrame(GET_CURRENT_FRAME(), stack_top, stack_bottom)) { \
/external/llvm-project/compiler-rt/lib/asan/
Dasan_stack.cpp75 !IsValidFrame(bp, t->stack_top(), t->stack_bottom())) in UnwindImpl()
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan.cpp44 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in UnwindImpl()
/external/compiler-rt/lib/asan/
Dasan_stack.h51 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in GetStackTraceWithPcBpAndContext()