Home
last modified time | relevance | path

Searched refs:stackTop_ (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()
156 uintptr_t stackTop_ = 0; member in OHOS::HiviewDFX::FpUnwinder
H A Ddfx_maps.h64 uintptr_t stackTop_ = 0; member in OHOS::HiviewDFX::DfxMaps
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp128 stackTop_ = static_cast<uintptr_t>(map->end); in Parse()
287 if (stackBottom_ == 0 || stackTop_ == 0) { in GetStackRange()
291 top = stackTop_; in GetStackRange()

Completed in 2 milliseconds