Searched defs:incre (Results 1 – 3 of 3) sorted by relevance
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | dfx_memory.cpp | 53 size_t DfxMemory::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read() 104 bool DfxMemory::ReadU8(uintptr_t& addr, uint8_t *val, bool incre) in ReadU8() 112 bool DfxMemory::ReadU16(uintptr_t& addr, uint16_t *val, bool incre) in ReadU16() 120 bool DfxMemory::ReadU32(uintptr_t& addr, uint32_t *val, bool incre) in ReadU32() 128 bool DfxMemory::ReadU64(uintptr_t& addr, uint64_t *val, bool incre) in ReadU64() 136 bool DfxMemory::ReadUptr(uintptr_t& addr, uintptr_t *val, bool incre) in ReadUptr() 144 bool DfxMemory::ReadString(uintptr_t& addr, std::string* str, size_t maxSize, bool incre) in ReadString()
|
| D | dfx_mmap.cpp | 77 size_t DfxMmap::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read()
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | dwarf_test.cpp | 108 size_t DfxMemoryTest::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read()
|