Home
last modified time | relevance | path

Searched refs:jsPandafile (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp258 const std::shared_ptr<JSPandaFile> &jsPandafile = iter.second; in FindMergedJSPandaFile() local
259 if (jsPandafile->IsFirstMergedAbc()) { in FindMergedJSPandaFile()
260 return jsPandafile; in FindMergedJSPandaFile()
318 const std::shared_ptr<JSPandaFile> &jsPandafile = iter.second; in GetJSPandaFile() local
319 if (jsPandafile->GetPandaFile() == pf) { in GetJSPandaFile()
320 return jsPandafile; in GetJSPandaFile()

Completed in 1 milliseconds