Searched defs:patchFileName (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| D | quick_fix_manager.cpp | 30 std::string &patchFileName, in RegisterQuickFixQueryFunc() 44 std::string patchFileName; in LoadPatchIfNeeded() local 81 PatchErrorCode QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, in LoadPatch() 124 … const 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()
|
| D | patch_loader.cpp | 115 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
|
| D | patch_loader.h | 91 CString patchFileName; member
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | quick_fix_test.cpp | 65 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/ |
| D | loadpatchlong_fuzzer.cpp | 31 std::string patchFileName = "index.abc"; in LoadPatchLongFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/quick_fix/ |
| D | main.cpp | 46 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/ |
| 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/napi/ |
| D | jsnapi_expo.cpp | 4075 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &b… in LoadPatch() 4084 … const 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()
|