| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | napi_module_loader.cpp | 39 …curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, requestPa… in LoadModuleNameSpaceWithModuleInfo() 72 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, entryPoint); in LoadModuleNameSpaceWithPath()
|
| D | js_shared_module_manager.cpp | 117 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, JSPandaFile::ENTRY_MAIN_FUNCT… in ResolveImportedModule() 133 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, recordName, false); in ResolveImportedModuleWithMerge()
|
| D | js_module_manager.cpp | 449 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, recordName, false); in HostResolveImportedModuleWithMergeForHotReload() 465 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, recordName, false); in CommonResolveImportedModuleWithMerge() 494 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, JSPandaFile::ENTRY_MAIN… in HostResolveImportedModule() 514 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, filename, in HostResolveImportedModule()
|
| D | js_module_source_text.cpp | 105 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFilename, recordName); in HostResolveImportedModuleWithMerge() 1295 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint, buffer, … in ModuleExecution() 1298 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint); in ModuleExecution() 1830 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint, buffer, … in ExecuteAsyncModule() 1833 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint); in ExecuteAsyncModule() 2182 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, JSPandaFile::ENTRY_MAIN_FUNCT… in GetResolvedModule() 2214 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFilename, recordName); in GetResolvedModuleWithMerge() 2222 …jsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFilename, recordName); in GetResolvedModuleWithMerge()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_manager.h | 36 …std::shared_ptr<JSPandaFile> LoadJSPandaFile(JSThread *thread, const CString &filename, std::strin… 39 …std::shared_ptr<JSPandaFile> LoadJSPandaFile(JSThread *thread, const CString &filename, std::strin…
|
| D | js_pandafile_executor.cpp | 60 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry, needUpdate); in ExecuteFromFile() 150 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, normalName, entryPoint, buffer, size, n… in ExecuteFromBuffer() 201 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry, buffer, size, needUpdate); in ExecuteModuleBuffer() 505 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, newFileName, recordName); in LazyExecuteModule() 554 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, entry); in ExecuteAbcFileWithSingletonPatternFlag() 600 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, entry); in IsExecuteModuleInAbcFile()
|
| D | js_pandafile_manager.cpp | 43 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &f… in LoadJSPandaFile() function in panda::ecmascript::JSPandaFileManager 129 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &f… in LoadJSPandaFile() function in panda::ecmascript::JSPandaFileManager 609 return jsPandaFileManager->LoadJSPandaFile( in GenerateJSPandafileFromBufferCache()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_manager_test.cpp | 169 pfManager->LoadJSPandaFile(thread1, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0() 224 HWTEST_F_L0(JSPandaFileManagerTest, LoadJSPandaFile) in HWTEST_F_L0() argument 245 pfManager->LoadJSPandaFile(thread, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0() 247 …pfManager->LoadJSPandaFile(thread, filename2, JSPandaFile::ENTRY_MAIN_FUNCTION, (void *)data, size… in HWTEST_F_L0() 249 …pfManager->LoadJSPandaFile(thread, filename3, JSPandaFile::ENTRY_MAIN_FUNCTION, (void *)data, size… in HWTEST_F_L0() 385 jsPandaFile = pfManager->LoadJSPandaFile(thread, CString(fileName), ""); in HWTEST_F_L0()
|
| D | quick_fix_test.cpp | 171 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName, ""); in HWTEST_F_L0() 176 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, patchFileName, ""); in HWTEST_F_L0() 228 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName.c_str(), ""); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 159 …curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, recordNameSt… in DynamicImportJob() 194 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, entryPoint); in DynamicImportJob()
|
| D | builtins_global.cpp | 738 …curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, requestPa… in LoadNativeModule()
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | quick_fix_manager.cpp | 92 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName.c_str(), ""); in LoadPatch() 100 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, patchFileName.c_str(), ""); in LoadPatch()
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.cpp | 163 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, mergedFilename, requestEntryPoint); in RequireExecution()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 844 mgr->LoadJSPandaFile(ecmaVm->GetJSThread(), "", entryPoint, buffer, size); in GenerateFuncFromBuffer()
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 323 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName, JSPandaFile::ENTRY_MAIN_F… in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5732 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry.c_str(), false); in GetExportObject()
|