Home
last modified time | relevance | path

Searched refs:DfxAccessors (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h37 class DfxAccessors { class
39 DfxAccessors(int bigEndian = UNWIND_BYTE_ORDER) : bigEndian_(bigEndian) {} in DfxAccessors() function in OHOS::HiviewDFX::DfxAccessors
40 virtual ~DfxAccessors() = default;
51 class DfxAccessorsLocal : public DfxAccessors {
71 class DfxAccessorsRemote : public DfxAccessors {
82 class DfxAccessorsCustomize : public DfxAccessors {
H A Ddfx_memory.h30 explicit DfxMemory(std::shared_ptr<DfxAccessors> acc) : acc_(acc) {} in DfxMemory()
91 std::shared_ptr<DfxAccessors> acc_ = nullptr;
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp39 #define LOG_TAG "DfxAccessors"
46 bool DfxAccessors::GetMapByPcAndCtx(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPcAndCtx()
157 if (!DfxAccessors::GetMapByPcAndCtx(pc, map, arg)) { in GetMapByPc()
255 if (!DfxAccessors::GetMapByPcAndCtx(pc, map, arg)) { in GetMapByPc()
H A Dunwinder.cpp261 std::shared_ptr<DfxAccessors> acc_ = nullptr;

Completed in 5 milliseconds