Searched refs:ReadVirtualThreadMemory (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | call_stack.h | 60 static bool ReadVirtualThreadMemory(UnwindInfo &unwindInfoPtr, unw_word_t addr,
|
| /developtools/hiperf/include/ |
| D | callstack.h | 80 static bool ReadVirtualThreadMemory(UnwindInfo &unwindInfoPtr, unw_word_t addr,
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | call_stack.cpp | 244 bool CallStack::ReadVirtualThreadMemory(UnwindInfo &unwindInfoPtr, unw_word_t addr, in ReadVirtualThreadMemory() function in OHOS::Developtools::NativeDaemon::CallStack 280 if (ReadVirtualThreadMemory(*unwindInfoPtr, addr, valuePoint)) { in AccessMem()
|
| /developtools/hiperf/src/ |
| D | callstack.cpp | 258 bool CallStack::ReadVirtualThreadMemory(UnwindInfo &unwindInfoPtr, unw_word_t vaddr, in ReadVirtualThreadMemory() function in OHOS::Developtools::HiPerf::CallStack 293 if (ReadVirtualThreadMemory(*unwindInfoPtr, addr, valuePoint)) { in AccessMem()
|