Searched refs:JsFrameDebugInfos (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 1347 … ArkParseJsFrameDebugInfos([[maybe_unused]] const std::vector<JsFrameDebugInfo> &JsFrameDebugInfos, in ArkParseJsFrameDebugInfos() argument 1353 size = JsFrameDebugInfos.size() > size ? size : JsFrameDebugInfos.size(); in ArkParseJsFrameDebugInfos() 1356 auto fileIter = jsPandaFileTable.find(JsFrameDebugInfos[i].hapPath); in ArkParseJsFrameDebugInfos() 1358 …auto jsPandaFile = OpenJSPandaFileByReadData(JsFrameDebugInfos[i].hapPath, JsFrameDebugInfos[i].fi… in ArkParseJsFrameDebugInfos() 1360 jsPandaFileTable.emplace(JsFrameDebugInfos[i].hapPath, jsPandaFile); in ArkParseJsFrameDebugInfos() 1362 … ParseJsFrameInfo(jsPandaFile.get(), debugExtractor.get(), JsFrameDebugInfos[i].methodId, in ArkParseJsFrameDebugInfos() 1363 JsFrameDebugInfos[i].offset, jsFrame[jsFrameIndex]); in ArkParseJsFrameDebugInfos() 1369 ParseJsFrameInfo(jsPandaFile.get(), debugExtractor.get(), JsFrameDebugInfos[i].methodId, in ArkParseJsFrameDebugInfos() 1370 JsFrameDebugInfos[i].offset, jsFrame[jsFrameIndex]); in ArkParseJsFrameDebugInfos() 1378 std::vector<JsFrameDebugInfo> &JsFrameDebugInfos) in ArkGetJsFrameDebugInfo() argument [all …]
|