Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_ark.h102 static int ParseArkFrameInfo(uintptr_t byteCodePc, uintptr_t mapBase, uintptr_t loadOffset,
104 static int ParseArkFrameInfo(uintptr_t byteCodePc, uintptr_t methodid, uintptr_t mapBase, uintptr_t loadOffset,
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_ark.cpp169 int DfxArk::ParseArkFrameInfo(uintptr_t byteCodePc, uintptr_t mapBase, uintptr_t loadOffset, in ParseArkFrameInfo() function in OHOS::HiviewDFX::DfxArk
172 return ParseArkFrameInfo(byteCodePc, 0, mapBase, loadOffset, data, dataSize, extractorPtr, jsFunction); in ParseArkFrameInfo()
175 int DfxArk::ParseArkFrameInfo(uintptr_t byteCodePc, uintptr_t methodid, uintptr_t mapBase, uintptr_t loadOffset, in ParseArkFrameInfo() function in OHOS::HiviewDFX::DfxArk
H A Ddfx_hap.cpp104 if (DfxArk::ParseArkFrameInfo(static_cast<uintptr_t>(pc), methodid, static_cast<uintptr_t>(map->begin), in ParseHapMemInfo()

Completed in 3 milliseconds