Searched refs:to_pop (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc240 uptr to_pop = LocatePcInTrace(pc); local
242 if (to_pop == 0)
243 to_pop = 1;
244 PopStackFrames(to_pop);

Completed in 330 milliseconds