HomeSort by relevance Sort by last modified time
    Searched defs:IsValidFrame (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.h 114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) {
  /external/v8/src/
frames.cc 152 if (!done() && !IsValidFrame(iterator_.frame())) Advance();
164 } while (!done() && !IsValidFrame(iterator_.frame()));
167 bool StackTraceFrameIterator::IsValidFrame(StackFrame* frame) const {
288 if (!IsValidFrame(last_frame) || !IsValidCaller(last_frame)) {
306 bool SafeStackFrameIterator::IsValidFrame(StackFrame* frame) const {
    [all...]

Completed in 1666 milliseconds