Searched refs:IsValidFrame (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cc | 50 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()
|
D | sanitizer_stacktrace.h | 114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame() function
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cpp | 77 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()
|
D | sanitizer_stacktrace_sparc.cpp | 65 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) && in UnwindFast()
|
D | sanitizer_stacktrace.h | 162 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame() function
|
/external/compiler-rt/lib/lsan/ |
D | lsan.h | 28 IsValidFrame(GET_CURRENT_FRAME(), stack_top, stack_bottom)) { \
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_stack.cpp | 75 !IsValidFrame(bp, t->stack_top(), t->stack_bottom())) in UnwindImpl()
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan.cpp | 44 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in UnwindImpl()
|
/external/compiler-rt/lib/asan/ |
D | asan_stack.h | 51 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in GetStackTraceWithPcBpAndContext()
|