Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp61 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile( in LoadPatchIfNeeded()
91 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName.c_str(), ""); in LoadPatch()
99 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, patchFileName.c_str(), ""); in LoadPatch()
130 std::shared_ptr<JSPandaFile> baseFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile( in LoadPatch()
137 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile( in LoadPatch()
/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.cpp68 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry, needUpdate); in ExecuteFromAbcFile()
125 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, normalName, entryPoint, buffer, size, n… in ExecuteFromBuffer()
169 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry, buffer, size, needUpdate); in ExecuteModuleBuffer()
Djs_pandafile_manager.cpp46 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &f… in LoadJSPandaFile() function in panda::ecmascript::JSPandaFileManager
122 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFile(JSThread *thread, const CString &f… in LoadJSPandaFile() function in panda::ecmascript::JSPandaFileManager
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp167 pfManager->LoadJSPandaFile(thread1, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0()
213 HWTEST_F_L0(JSPandaFileManagerTest, LoadJSPandaFile) in HWTEST_F_L0() argument
230 pfManager->LoadJSPandaFile(thread, filename1, JSPandaFile::ENTRY_MAIN_FUNCTION); in HWTEST_F_L0()
232 …pfManager->LoadJSPandaFile(thread, filename2, JSPandaFile::ENTRY_MAIN_FUNCTION, (void *)data, size… in HWTEST_F_L0()
Dquick_fix_test.cpp189 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFileName.c_str(), ""); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp164 …curJsPandaFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileNameStr, recordNam… in DynamicImportJob()
193 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, fileNameStr, entryPoint); in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp169 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, mergedFilename, requestEntryPoint); in RequireExecution()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp443 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, recordName, false); in CommonResolveImportedModuleWithMerge()
501 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFileName, JSPandaFile::ENTRY_MAIN… in HostResolveImportedModule()
525 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, filename, in HostResolveImportedModule()
Djs_module_source_text.cpp122 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, baseFilename, moduleRecordName); in HostResolveImportedModuleWithMerge()
1274 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint, buffer, … in ModuleExecution()
1277 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint); in ModuleExecution()
1816 …JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint, buffer, … in ExecuteAsyncModule()
1819 … JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, moduleFilenameStr, entryPoint); in ExecuteAsyncModule()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp824 mgr->LoadJSPandaFile(ecmaVm->GetJSThread(), "", entryPoint, buffer, size); in GenerateFuncFromBuffer()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3735 JSPandaFileManager::GetInstance()->LoadJSPandaFile(thread, name, entry.c_str(), false); in GetExportObject()