Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Dhot_reload_manager.cpp22 void HotReloadManager::NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile) in NotifyPatchLoaded() argument
34 void HotReloadManager::NotifyPatchUnloaded(const JSPandaFile *patchFile) in NotifyPatchUnloaded() argument
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Dhot_reload_manager_test.cpp81 auto patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName.c_str()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Dquick_fix_test.cpp221 std::shared_ptr<JSPandaFile> patchFile = pfManager->NewJSPandaFile(patchPF.release(), CString(patchFileName)); in HWTEST_F_L0() local
243 std::shared_ptr<JSPandaFile> patchFile = in HWTEST_F_L0() local
298 std::shared_ptr<JSPandaFile> patchFile = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_manager.cpp61 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFileSecure( in LoadPatchIfNeeded() local
99 std::shared_ptr<JSPandaFile> patchFile = in LoadPatch() local
139 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->LoadJSPandaFileSecure( in LoadPatch() local
212 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName); CheckAndGetPatch() local
241 std::shared_ptr<JSPandaFile> patchFile = pfManager->FindJSPandaFile(ConvertToString(patchFileName)); IsQuickFixCausedException() local
[all...]
H A Dpatch_loader.cpp123 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName); in UnloadPatchInternal() local
20 LoadPatchInternal(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) LoadPatchInternal() argument
220 std::shared_ptr<JSPandaFile> patchFile = JSPandaFileManager::GetInstance()->FindJSPandaFile(patchFileName); ClearPatchInfo() local
321 FindAndReplaceSameMethod(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, PatchInfo &patchInfo, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceSameMethod() argument
387 FindAndReplaceClassLiteral(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, JSTaggedValue constpoolValue, PatchInfo &patchInfo, uint32_t constpoolIndex, uint32_t constpoolNum, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceClassLiteral() argument
465 GeneratePatchInfo(const JSPandaFile *patchFile) GeneratePatchInfo() argument
[all...]

Completed in 3 milliseconds