Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp39 …curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, requestPa… in LoadModuleNameSpaceWithModuleInfo()
72 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, entryPoint); in LoadModuleNameSpaceWithPath()
Djs_shared_module_manager.cpp117 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, JSPandaFile::ENTRY_MAIN_FUNCT… in ResolveImportedModule()
133 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, recordName, false); in ResolveImportedModuleWithMerge()
Djs_module_manager.cpp449 … 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()
Djs_module_source_text.cpp105 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/
Djs_pandafile_manager.h36 …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…
Djs_pandafile_executor.cpp60 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()
Djs_pandafile_manager.cpp43 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/
Djs_pandafile_manager_test.cpp169 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()
Dquick_fix_test.cpp171 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/
Dbuiltins_promise_job.cpp159 …curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, recordNameSt… in DynamicImportJob()
194 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileName, entryPoint); in DynamicImportJob()
Dbuiltins_global.cpp738 …curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, abcFilePath, requestPa… in LoadNativeModule()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp92 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName.c_str(), ""); in LoadPatch()
100 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, patchFileName.c_str(), ""); in LoadPatch()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp163 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, mergedFilename, requestEntryPoint); in RequireExecution()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp844 mgr->LoadJSPandaFile(ecmaVm->GetJSThread(), "", entryPoint, buffer, size); in GenerateFuncFromBuffer()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp323 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName, JSPandaFile::ENTRY_MAIN_F… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5732 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry.c_str(), false); in GetExportObject()