Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.cpp234 const std::shared_ptr<JSPandaFile> &jsPandafile = iter.second.first; in FindMergedJSPandaFile() local
235 if (jsPandafile->IsFirstMergedAbc()) { in FindMergedJSPandaFile()
236 return jsPandafile; in FindMergedJSPandaFile()
264 const std::shared_ptr<JSPandaFile> &jsPandafile = iter.second.first; in GetJSPandaFile() local
265 if (jsPandafile->GetPandaFile() == pf) { in GetJSPandaFile()
266 return jsPandafile; in GetJSPandaFile()