Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dfp_unwinder.h56 if (!GetMainStackRange(stackBottom_, stackTop_)) { in Unwind()
60 if (!GetSelfStackRange(stackBottom_, stackTop_)) { in Unwind()
136 if ((addr < stackBottom_) || (addr + sizeof(uintptr_t) >= stackTop_)) { in ReadUptr()
155 uintptr_t stackBottom_ = 0; member in OHOS::HiviewDFX::FpUnwinder
H A Ddfx_maps.h63 uintptr_t stackBottom_ = 0; member in OHOS::HiviewDFX::DfxMaps
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp127 stackBottom_ = static_cast<uintptr_t>(map->begin); in Parse()
287 if (stackBottom_ == 0 || stackTop_ == 0) { in GetStackRange()
290 bottom = stackBottom_; in GetStackRange()

Completed in 2 milliseconds