Searched refs:LoadJSPandaFileSecure (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | quick_fix_manager.cpp | 61 … 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/ |
| D | js_pandafile_manager.h | 43 std::shared_ptr<JSPandaFile> LoadJSPandaFileSecure(JSThread *thread, const CString &filename,
|
| D | js_pandafile_executor.cpp | 328 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()
|
| D | js_pandafile_manager.cpp | 176 std::shared_ptr<JSPandaFile> JSPandaFileManager::LoadJSPandaFileSecure(JSThread *thread, const CStr… in LoadJSPandaFileSecure() function in panda::ecmascript::JSPandaFileManager 606 return jsPandaFileManager->LoadJSPandaFileSecure( in GenerateJSPandafileFromBufferCache()
|