Lines Matching refs:DfxMemory
33 #define LOG_TAG "DfxMemory"
41 bool DfxMemory::ReadReg(int regIdx, uintptr_t *val)
49 bool DfxMemory::ReadMem(uintptr_t addr, uintptr_t *val)
57 size_t DfxMemory::Read(uintptr_t& addr, void* val, size_t size, bool incre)
109 bool DfxMemory::ReadU8(uintptr_t& addr, uint8_t *val, bool incre)
117 bool DfxMemory::ReadU16(uintptr_t& addr, uint16_t *val, bool incre)
125 bool DfxMemory::ReadU32(uintptr_t& addr, uint32_t *val, bool incre)
133 bool DfxMemory::ReadU64(uintptr_t& addr, uint64_t *val, bool incre)
141 bool DfxMemory::ReadUptr(uintptr_t& addr, uintptr_t *val, bool incre)
149 bool DfxMemory::ReadString(uintptr_t& addr, std::string* str, size_t maxSize, bool incre)
182 bool DfxMemory::ReadPrel31(uintptr_t& addr, uintptr_t *val)
193 uint64_t DfxMemory::ReadUleb128(uintptr_t& addr)
209 int64_t DfxMemory::ReadSleb128(uintptr_t& addr)
229 size_t DfxMemory::GetEncodedSize(uint8_t encoding)
253 uintptr_t DfxMemory::ReadEncodedValue(uintptr_t& addr, uint8_t encoding)
355 size_t DfxMemory::ReadProcMemByPid(const pid_t pid, const uint64_t addr, void* data, size_t size)