Home
last modified time | relevance | path

Searched defs:incre (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_memory.cpp57 size_t DfxMemory::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read()
108 bool DfxMemory::ReadU8(uintptr_t& addr, uint8_t *val, bool incre) in ReadU8()
116 bool DfxMemory::ReadU16(uintptr_t& addr, uint16_t *val, bool incre) in ReadU16()
124 bool DfxMemory::ReadU32(uintptr_t& addr, uint32_t *val, bool incre) in ReadU32()
132 bool DfxMemory::ReadU64(uintptr_t& addr, uint64_t *val, bool incre) in ReadU64()
140 bool DfxMemory::ReadUptr(uintptr_t& addr, uintptr_t *val, bool incre) in ReadUptr()
148 bool DfxMemory::ReadString(uintptr_t& addr, std::string* str, size_t maxSize, bool incre) in ReadString()
H A Ddfx_mmap.cpp72 size_t DfxMmap::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp113 size_t DfxMemoryTest::Read(uintptr_t& addr, void* val, size_t size, bool incre) in Read()