Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_memory.h84 virtual void SetFuncOffset(uintptr_t offset) { funcOffset_ = offset; } in SetFuncOffset()
96 uintptr_t funcOffset_ = 0; variable
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp341 val += funcOffset_; in ReadEncodedValue()