Searched refs:DfxAccessorsCustomize (Results 1 – 3 of 3) sorted by relevance
82 class DfxAccessorsCustomize : public DfxAccessors {84 DfxAccessorsCustomize(std::shared_ptr<UnwindAccessors> accessors) : accessors_(accessors) {} in DfxAccessorsCustomize() function85 virtual ~DfxAccessorsCustomize() = default;
261 int DfxAccessorsCustomize::AccessMem(uintptr_t addr, uintptr_t *val, void *arg) in AccessMem()269 int DfxAccessorsCustomize::AccessReg(int reg, uintptr_t *val, void *arg) in AccessReg()277 int DfxAccessorsCustomize::FindUnwindTable(uintptr_t pc, UnwindTableInfo& uti, void *arg) in FindUnwindTable()285 int DfxAccessorsCustomize::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
100 acc_ = std::make_shared<DfxAccessorsCustomize>(accessors); in Impl()