Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/loadpatch_fuzzer/
H A Dloadpatch_fuzzer.cpp31 std::string patchFileName = "index.abc"; in LoadPatchFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/isquickfixcausedexception_fuzzer/
H A Disquickfixcausedexception_fuzzer.cpp30 std::string patchFileName = "index.abc"; in IsQuickFixCausedExceptionFuzzerTest() local
/arkcompiler/ets_runtime/test/fuzztest/jsnapiunloadpatch_fuzzer/
H A Djsnapiunloadpatch_fuzzer.cpp30 std::string patchFileName = "index.abc"; in JSNApiUnloadPatchTest() local
/arkcompiler/ets_runtime/test/fuzztest/loadpatchlong_fuzzer/
H A Dloadpatchlong_fuzzer.cpp31 std::string patchFileName = "index.abc"; in LoadPatchLongFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/registerquickfixqueryfunc_fuzzer/
H A Dregisterquickfixqueryfunc_fuzzer.cpp25 bool QuickFixQueryFunc(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, in QuickFixQueryFunc() argument
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A 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/patch/
H A Dpatch_loader.h91 CString patchFileName; member
H A Dquick_fix_manager.cpp45 std::string patchFileName; in LoadPatchIfNeeded() local
82 PatchErrorCode QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, in LoadPatch() argument
30 RegisterQuickFixQueryFunc(const std::function<bool(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, size_t &patchSize)> callBack) RegisterQuickFixQueryFunc() argument
122 LoadPatch(JSThread *thread, const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, const std::string &baseFileName, uint8_t *baseBuffer, size_t baseSize) LoadPatch() argument
162 UnloadPatch(JSThread *thread, const std::string &patchFileName) UnloadPatch() argument
211 CString patchFileName = patchInfo.patchFileName; CheckAndGetPatch() local
236 IsQuickFixCausedException(JSThread *thread, const JSHandle<JSTaggedValue> &exceptionInfo, const std::string &patchFileName) IsQuickFixCausedException() argument
[all...]
H A Dpatch_loader.cpp114 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal() argument
211 void PatchLoader::ClearPatchInfo(JSThread *thread, const CString &patchFileName) in ClearPatchInfo() argument
354 CString patchFileName = patchFile->GetJSPandaFileDesc(); in FindAndReplaceSameMethod() local
413 CString patchFileName = patchFile->GetJSPandaFileDesc(); in FindAndReplaceClassLiteral() local
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A 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 "single_file/patch/index.abc"; in HWTEST_F_L0() local
123 std::string patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; HWTEST_F_L0() local
146 std::string patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; HWTEST_F_L0() local
210 const char *patchFileName = "__patch.pa"; HWTEST_F_L0() local
242 CString patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; HWTEST_F_L0() local
269 QuickFixQueryFunc( std::string baseFileName, std::string &patchFileName, uint8_t ** patchBuffer, size_t &patchBufferSize) QuickFixQueryFunc() argument
292 std::string patchFileName = "__index.pa"; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/quick_fix/
H A Dmain.cpp57 bool QuickFixQueryFuncColdPatch(std::string baseFileName, std::string &patchFileName, in QuickFixQueryFuncColdPatch() argument
146 std::string patchFileName = fileNames[i]; in Main() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3969 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &baseFileName) in LoadPatch() argument
3988 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch() argument
3999 bool JSNApi::IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &patchFileName) in IsQuickFixCausedException() argument
3977 LoadPatch(EcmaVM *vm, const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, const std::string &baseFileName, uint8_t *baseBuffer, size_t baseSize) LoadPatch() argument
4014 RegisterQuickFixQueryFunc(EcmaVM *vm, std::function<bool(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, size_t &patchSize)> callBack) RegisterQuickFixQueryFunc() argument

Completed in 16 milliseconds