Searched refs:ReadUintptrFromAddr (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackinfo.cpp | 222 bool ReadUintptrFromAddr(int pid, uintptr_t addr, uintptr_t &value, bool needCheckRegion) in ReadUintptrFromAddr() function 360 if (!ReadUintptrFromAddr(pid, currentPtr, frameType, true)) { in StepArkManagedNativeFrame() 376 if (!ReadUintptrFromAddr(pid, currentPtr, currentPtr, true)) { in StepArkManagedNativeFrame() 387 if (!ReadUintptrFromAddr(pid, currentPtr, *pc, true)) { in StepArkManagedNativeFrame() 446 if (!ReadUintptrFromAddr(pid, currentPtr, frameType, false)) { in GetArkJSHeapCrashInfo() 454 if (!ReadUintptrFromAddr(pid, *bytecodePc, registerBytecode, false)) { in GetArkJSHeapCrashInfo() 464 if (!ReadUintptrFromAddr(pid, currentPtr, framePc, false)) { in GetArkJSHeapCrashInfo() 467 if (!ReadUintptrFromAddr(pid, framePc, frameBytecode, false)) { in GetArkJSHeapCrashInfo() 476 if (!ReadUintptrFromAddr(pid, currentPtr, functionAddress, false)) { in GetArkJSHeapCrashInfo()
|