Home
last modified time | relevance | path

Searched refs:MemoryBlockInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.h27 struct MemoryBlockInfo { struct
51 uintptr_t PrintMemoryBlock(const MemoryBlockInfo& info, uintptr_t stackStartAddr) const; argument
52MemoryBlockInfo CreateMemoryBlock(uintptr_t addr, uintptr_t offset, uintptr_t size, const std::str…
56 std::vector<MemoryBlockInfo> blocks_;
57 std::vector<MemoryBlockInfo> registerBlocks_;
H A Ddfx_fault_stack.cpp146 uintptr_t FaultStack::PrintMemoryBlock(const MemoryBlockInfo& info, uintptr_t stackStartAddr) const in PrintMemoryBlock()
187 MemoryBlockInfo FaultStack::CreateMemoryBlock( in CreateMemoryBlock()
193 MemoryBlockInfo info; in CreateMemoryBlock()