Home
last modified time | relevance | path

Searched defs:patchFile (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp22 void HotReloadManager::NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile) in NotifyPatchLoaded()
34 void HotReloadManager::NotifyPatchUnloaded(const JSPandaFile *patchFile) in NotifyPatchUnloaded()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp117 JSPandaFile *patchFile = pfManager->NewJSPandaFile(patchPF.release(), CString(patchFileName)); in HWTEST_F_L0() local
144 JSPandaFile *patchFile = pfManager->NewJSPandaFile(patchPF.release(), patchFileName.c_str()); in QuickFixQueryFunc() local
161 …const JSPandaFile *patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName.c_… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_loader.cpp39 const JSPandaFile *patchFile = in LoadPatch() local
58 const JSPandaFile *patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFile( in LoadPatch() local
68 …der::LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile) in LoadPatchInternal()
237 const JSPandaFile *patchFile, in ReplaceMethod()
329 JSThread *thread, const JSHandle<Program> &patchProgram, const JSPandaFile *patchFile) in ExecutePatchMain()
353 JSThread *thread, const CVector<JSHandle<Program>> &programs, const JSPandaFile *patchFile) in ExecutePatchMain()
380 … const JSPandaFile *patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName); in UnloadPatch() local
448 … const JSPandaFile *patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName); in ClearPatchInfo() local
504 bool QuickFixLoader::CheckIsInvalidPatch(const JSPandaFile *baseFile, const JSPandaFile *patchFile,… in CheckIsInvalidPatch() argument
Dquick_fix_manager.cpp119 const JSPandaFile* patchFile = pfManager->FindJSPandaFile(ConvertToString(patchFileName)); in IsQuickFixCausedException() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp81 auto patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName.c_str()); in HWTEST_F_L0() local