Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.h49 bool ReadTargetMemory(uintptr_t addr, uintptr_t &value) const;
H A Ddfx_fault_stack.cpp42 bool FaultStack::ReadTargetMemory(uintptr_t addr, uintptr_t &value) const in ReadTargetMemory() function in OHOS::HiviewDFX::FaultStack
201 if (ReadTargetMemory(targetAddr, value)) { in CreateMemoryBlock()