Home
last modified time | relevance | path

Searched defs:patchFile (Results 1 - 13 of 13) 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
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Dmock_js_runtime.h36 bool LoadRepairPatch(const std::string& patchFile, const std::string& baseFile) in LoadRepairPatch() argument
44 bool UnLoadRepairPatch(const std::string& patchFile) in UnLoadRepairPatch() argument
/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...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextension_fuzzer/
H A Dmedialibraryextension_fuzzer.cpp266 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument
274 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py1388 def patchFile(inPath, outPath): function
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp111 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument
119 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/
H A Dmedialibrary_datamanager_test.cpp56 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument
64 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp436 std::string patchFile; in LoadRepairPatch() local
496 std::string patchFile = hqfFile + "/" + fileName; in UnLoadRepairPatch() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp103 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument
111 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp105 bool LoadRepairPatch(const string& patchFile, const string& baseFile) in LoadRepairPatch() argument
113 bool UnLoadRepairPatch(const string& patchFile) in UnLoadRepairPatch() argument

Completed in 23 milliseconds