Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_fault_stack.h26 struct MemoryBlockInfo { struct
48 uintptr_t PrintMemoryBlock(const MemoryBlockInfo& info) const; argument
49MemoryBlockInfo CreateMemoryBlock(uintptr_t addr, uintptr_t offset, uintptr_t size, const std::str…
53 std::vector<MemoryBlockInfo> blocks_;
54 std::vector<MemoryBlockInfo> registerBlocks_;
Ddfx_fault_stack.cpp122 uintptr_t FaultStack::PrintMemoryBlock(const MemoryBlockInfo& info) const in PrintMemoryBlock()
159 MemoryBlockInfo FaultStack::CreateMemoryBlock( in CreateMemoryBlock()
165 MemoryBlockInfo info; in CreateMemoryBlock()