Home
last modified time | relevance | path

Searched refs:LoadJSPandaFileSecure (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp61 … std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFileSecure( in LoadPatchIfNeeded()
132 … std::shared_ptr<JSPandaFile> baseFile = JSPandaFileManager::GetInstance()->LoadJSPandaFileSecure( in LoadPatch()
139 … std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFileSecure( in LoadPatch()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h43 std::shared_ptr<JSPandaFile> LoadJSPandaFileSecure(JSThread *thread, const CString &filename,
Djs_pandafile_executor.cpp328 LoadJSPandaFileSecure(thread, normalName, entryPoint, buffer, size, needUpdate); in ExecuteFromBufferSecure()
404 LoadJSPandaFileSecure(thread, name, entry, buffer, size, needUpdate); in ExecuteModuleBufferSecure()
454 LoadJSPandaFileSecure(thread, filename, entryPoint, buffer, size); in ExecuteSecureWithOhmUrl()
Djs_pandafile_manager.cpp176 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFileSecure(JSThread *thread, const CStr… in LoadJSPandaFileSecure() function in panda::ecmascript::JSPandaFileManager
606 return jsPandaFileManager->LoadJSPandaFileSecure( in GenerateJSPandafileFromBufferCache()