Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp31 std::string &patchFileName, in RegisterQuickFixQueryFunc()
45 std::string patchFileName; in LoadPatchIfNeeded() local
82 PatchErrorCode QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, in LoadPatch()
123const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, in LoadPatch()
162 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch()
210 CString patchFileName = patchInfo.patchFileName; in CheckAndGetPatch() local
237 const std::string &patchFileName) in IsQuickFixCausedException()
Dpatch_loader.h74 CString patchFileName; member
Dpatch_loader.cpp114 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal()
208 void PatchLoader::ClearPatchInfo(JSThread *thread, const CString &patchFileName) in ClearPatchInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp64 std::string patchFileName = QUICKFIX_ABC_PATH "single_file/patch/index.abc"; in HWTEST_F_L0() local
87 std::string patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; in HWTEST_F_L0() local
142 const char *patchFileName = "__patch.pa"; in HWTEST_F_L0() local
174 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/jsnapiunloadpatch_fuzzer/
Djsnapiunloadpatch_fuzzer.cpp30 std::string patchFileName = "index.abc"; in JSNApiUnloadPatchTest() local
/arkcompiler/ets_runtime/test/fuzztest/isquickfixcausedexception_fuzzer/
Disquickfixcausedexception_fuzzer.cpp30 std::string patchFileName = "index.abc"; in IsQuickFixCausedExceptionFuzzerTest() local
/arkcompiler/ets_runtime/test/fuzztest/loadpatch_fuzzer/
Dloadpatch_fuzzer.cpp31 std::string patchFileName = "index.abc"; in LoadPatchFuzzTest() 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.cpp57 bool QuickFixQueryFuncColdPatch(std::string baseFileName, std::string &patchFileName, in QuickFixQueryFuncColdPatch()
146 std::string patchFileName = fileNames[i]; in Main() local
/arkcompiler/ets_runtime/test/fuzztest/registerquickfixqueryfunc_fuzzer/
Dregisterquickfixqueryfunc_fuzzer.cpp25 …bool QuickFixQueryFunc(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, in QuickFixQueryFunc()
/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.cpp3895 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &b… in LoadPatch()
3904const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, in LoadPatch()
3914 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch()
3925 …IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &patchFileName) in IsQuickFixCausedException()
3941 std::string &patchFileName, in RegisterQuickFixQueryFunc()