Searched refs:bytecodePc (Results 1 – 1 of 1) sorted by relevance
434 bool GetArkJSHeapCrashInfo(int pid, uintptr_t *bytecodePc, uintptr_t *fp, bool outJSInfo, char *out… in GetArkJSHeapCrashInfo() argument454 if (!ReadUintptrFromAddr(pid, *bytecodePc, registerBytecode, false)) { in GetArkJSHeapCrashInfo()481 auto bytecodeOffset = static_cast<uint32_t>(reinterpret_cast<uint8_t *>(*bytecodePc) - in GetArkJSHeapCrashInfo()