Searched defs:patchFile (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | hot_reload_manager.cpp | 22 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/ |
| D | quick_fix_test.cpp | 117 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/ |
| D | quick_fix_loader.cpp | 39 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
|
| D | quick_fix_manager.cpp | 119 const JSPandaFile* patchFile = pfManager->FindJSPandaFile(ConvertToString(patchFileName)); in IsQuickFixCausedException() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| D | hot_reload_manager_test.cpp | 81 auto patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName.c_str()); in HWTEST_F_L0() local
|