Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h78 std::shared_ptr<JSPandaFile> FindJSPandaFileByNormalizedName(const CString &normalizedName);
Djs_pandafile_manager.cpp257 std::shared_ptr<JSPandaFile> JSPandaFileManager::FindJSPandaFileByNormalizedName(const CString &nor… in FindJSPandaFileByNormalizedName() function in panda::ecmascript::JSPandaFileManager
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp189 …const auto abcFile = JSPandaFileManager::GetInstance()->FindJSPandaFileByNormalizedName(abcNormali… in BindPandaFilesInAotFile()