Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp434 bool GetArkJSHeapCrashInfo(int pid, uintptr_t *bytecodePc, uintptr_t *fp, bool outJSInfo, char *out… in GetArkJSHeapCrashInfo() argument
454 if (!ReadUintptrFromAddr(pid, *bytecodePc, registerBytecode, false)) { in GetArkJSHeapCrashInfo()
481 auto bytecodeOffset = static_cast<uint32_t>(reinterpret_cast<uint8_t *>(*bytecodePc) - in GetArkJSHeapCrashInfo()