Searched refs:FindJSPandaFileByNormalizedName (Results 1 – 5 of 5) sorted by relevance
132 …if (JSPandaFileManager::GetInstance()->FindJSPandaFileByNormalizedName(normalizedFileName) == null… in IsValidPt()
95 std::shared_ptr<JSPandaFile> FindJSPandaFileByNormalizedName(const CString &normalizedName);
273 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileByNormalizedName(const CString &nor… in FindJSPandaFileByNormalizedName() function in panda::ecmascript::JSPandaFileManager
230 …const auto abcFile = JSPandaFileManager::GetInstance()->FindJSPandaFileByNormalizedName(abcNormali… in BindPreloadedPandaFilesInAotFile()
1883 return JSPandaFileManager::GetInstance()->FindJSPandaFileByNormalizedName(fileDesc).get(); in GetCalleePandaFile()