Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/unwinder/include/
Dfp_unwinder.h41 inline bool IsValidFrame(uintptr_t frame, uintptr_t stackTop, uintptr_t stackBottom) in IsValidFrame() function
/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Dfp_unwinder.cpp137 if (IsValidFrame(prevFp, stackTop_, stackBottom_)) { in Step()