Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddfx_hap_test.cpp121 auto res = dfxHap.ParseHapMemInfo(pid, pc, methodid, map, nullptr);
123 res = dfxHap.ParseHapMemInfo(pid, pc, methodid, map, &jsFunction);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_hap.cpp63 if (!ParseHapMemInfo(pid, pc, methodid, map, jsFunction)) { in ParseHapInfo()
92 bool DfxHap::ParseHapMemInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> ma… in ParseHapMemInfo() function in OHOS::HiviewDFX::DfxHap
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_hap.h37 bool ParseHapMemInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map,