Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h56 if (!GetMainStackRange(stackBottom_, stackTop_)) {
60 if (!GetSelfStackRange(stackBottom_, stackTop_)) {
135 if ((addr < stackBottom_) || (addr + sizeof(uintptr_t) >= stackTop_)) { in ReadUptr()
154 uintptr_t stackBottom_ = 0; variable
H A Ddfx_maps.h65 uintptr_t stackBottom_ = 0; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp127 stackBottom_ = static_cast<uintptr_t>(map->begin); in Parse()
307 if (stackBottom_ == 0 || stackTop_ == 0) { in GetStackRange()
310 bottom = stackBottom_; in GetStackRange()