| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | quick_fix_manager.cpp | 32 std::string &patchFileName, in RegisterQuickFixQueryFunc() 46 std::string patchFileName; in LoadPatchIfNeeded() local 81 PatchErrorCode QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, in LoadPatch() 121 … const std::string &patchFileName, const void *patchBuffer, size_t patchSize, in LoadPatch() 159 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch() 203 CString patchFileName = patchInfo.patchFileName; in CheckAndGetPatch() local 231 const std::string &patchFileName) in IsQuickFixCausedException()
|
| D | patch_loader.h | 73 CString patchFileName; member
|
| D | patch_loader.cpp | 139 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal() 223 void PatchLoader::ClearPatchInfo(JSThread *thread, const CString &patchFileName) in ClearPatchInfo()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | quick_fix_test.cpp | 61 std::string patchFileName = QUICKFIX_ABC_PATH "single_file/patch/index.abc"; in HWTEST_F_L0() local 84 std::string patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; in HWTEST_F_L0() local 139 const char *patchFileName = "__patch.pa"; in HWTEST_F_L0() local 163 …std::string baseFileName, std::string &patchFileName, void ** patchBuffer, size_t &patchBufferSize) in QuickFixQueryFunc() 185 std::string patchFileName = "__index.pa"; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapiunloadpatch_fuzzer/ |
| D | jsnapiunloadpatch_fuzzer.cpp | 30 std::string patchFileName = "index.abc"; in JSNApiUnloadPatchTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/loadpatch_fuzzer/ |
| D | loadpatch_fuzzer.cpp | 31 std::string patchFileName = "index.abc"; in LoadPatchFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/isquickfixcausedexception_fuzzer/ |
| D | isquickfixcausedexception_fuzzer.cpp | 30 std::string patchFileName = "index.abc"; in IsQuickFixCausedExceptionFuzzerTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/loadpatchlong_fuzzer/ |
| D | loadpatchlong_fuzzer.cpp | 31 std::string patchFileName = "index.abc"; in LoadPatchLongFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/registerquickfixqueryfunc_fuzzer/ |
| D | registerquickfixqueryfunc_fuzzer.cpp | 25 bool QuickFixQueryFunc(std::string baseFileName, std::string &patchFileName, void **patchBuffer, in QuickFixQueryFunc()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
| 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/quick_fix/ |
| D | main.cpp | 140 std::string patchFileName = fileNames[i]; in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 2499 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &b… in LoadPatch() 2507 … const std::string &patchFileName, const void *patchBuffer, size_t patchSize, in LoadPatch() 2516 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch() 2526 …IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &patchFileName) in IsQuickFixCausedException() 2541 std::string &patchFileName, in RegisterQuickFixQueryFunc()
|