Home
last modified time | relevance | path

Searched defs:patchFileName (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp30 std::string &patchFileName, in RegisterQuickFixQueryFunc()
44 std::string patchFileName; in LoadPatchIfNeeded() local
81 PatchErrorCode QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, in LoadPatch()
124const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, in LoadPatch()
163 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch()
212 CString patchFileName = patchInfo.patchFileName; in CheckAndGetPatch() local
239 const std::string &patchFileName) in IsQuickFixCausedException()
Dpatch_loader.cpp115 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal()
212 void PatchLoader::ClearPatchInfo(JSThread *thread, const CString &patchFileName) in ClearPatchInfo()
355 CString patchFileName = patchFile->GetJSPandaFileDesc(); in FindAndReplaceSameMethod() local
414 CString patchFileName = patchFile->GetJSPandaFileDesc(); in FindAndReplaceClassLiteral() local
Dpatch_loader.h91 CString patchFileName; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp65 std::string patchFileName = QUICKFIX_ABC_PATH "single_file/patch/index.abc"; in HWTEST_F_L0() local
88 std::string patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; in HWTEST_F_L0() local
143 const char *patchFileName = "__patch.pa"; in HWTEST_F_L0() local
175 CString patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; in HWTEST_F_L0() local
202 …std::string baseFileName, std::string &patchFileName, uint8_t ** patchBuffer, size_t &patchBufferS… in QuickFixQueryFunc()
224 std::string patchFileName = "__index.pa"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/loadpatchlong_fuzzer/
Dloadpatchlong_fuzzer.cpp31 std::string patchFileName = "index.abc"; in LoadPatchLongFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp46 bool QuickFixQueryFuncColdPatch(std::string baseFileName, std::string &patchFileName, in QuickFixQueryFuncColdPatch()
135 std::string patchFileName = fileNames[i]; in Main() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp66 std::string patchFileName = DEBUGGER_ABC_DIR "single_file/patch/index.abc"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4075 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &b… in LoadPatch()
4084const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, in LoadPatch()
4094 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch()
4105 …IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &patchFileName) in IsQuickFixCausedException()
4121 std::string &patchFileName, in RegisterQuickFixQueryFunc()