Searched defs:trace_pc (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc63 static bool MatchPc(uptr cur_pc, uptr trace_pc, uptr threshold) { argument
64 return cur_pc - trace_pc <= threshold || trace_pc - cur_pc <= threshold;

Completed in 106 milliseconds