Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.cpp132 …if (JSPandaFileManager::GetInstance()->FindJSPandaFileByNormalizedName(normalizedFileName) == null… in IsValidPt()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h95 std::shared_ptr<JSPandaFile> FindJSPandaFileByNormalizedName(const CString &normalizedName);
Djs_pandafile_manager.cpp273 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.cpp230 …const auto abcFile = JSPandaFileManager::GetInstance()->FindJSPandaFileByNormalizedName(abcNormali… in BindPreloadedPandaFilesInAotFile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp1883 return JSPandaFileManager::GetInstance()->FindJSPandaFileByNormalizedName(fileDesc).get(); in GetCalleePandaFile()