| /arkcompiler/ets_runtime/test/fuzztest/loadpatch_fuzzer/ |
| H A D | loadpatch_fuzzer.cpp | 31 std::string patchFileName = "index.abc"; in LoadPatchFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/isquickfixcausedexception_fuzzer/ |
| H A D | isquickfixcausedexception_fuzzer.cpp | 30 std::string patchFileName = "index.abc"; in IsQuickFixCausedExceptionFuzzerTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiunloadpatch_fuzzer/ |
| H A D | jsnapiunloadpatch_fuzzer.cpp | 30 std::string patchFileName = "index.abc"; in JSNApiUnloadPatchTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/loadpatchlong_fuzzer/ |
| H A D | loadpatchlong_fuzzer.cpp | 31 std::string patchFileName = "index.abc"; in LoadPatchLongFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/registerquickfixqueryfunc_fuzzer/ |
| H A D | registerquickfixqueryfunc_fuzzer.cpp | 25 bool QuickFixQueryFunc(std::string baseFileName, std::string &patchFileName, uint8_t **patchBuffer, in QuickFixQueryFunc() argument
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| H A D | hot_reload_manager_test.cpp | 66 std::string patchFileName = DEBUGGER_ABC_DIR "single_file/patch/index.abc"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | patch_loader.h | 91 CString patchFileName; member
|
| H A D | quick_fix_manager.cpp | 45 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 D | patch_loader.cpp | 114 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 D | quick_fix_test.cpp | 64 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 D | main.cpp | 57 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 D | jsnapi_expo.cpp | 3969 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
|