Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc109 static bool MatchPc(uptr cur_pc, uptr trace_pc, uptr threshold) { in MatchPc() argument
110 return cur_pc - trace_pc <= threshold || trace_pc - cur_pc <= threshold; in MatchPc()