Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp29 std::string &patchFileName, in RegisterQuickFixQueryFunc()
43 std::string patchFileName; in LoadPatchIfNeeded() local
80 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()
211 CString patchFileName = patchInfo.patchFileName; in CheckAndGetPatch() local
237 const std::string &patchFileName) in IsQuickFixCausedException()
Dpatch_loader.cpp118 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal()
213 void PatchLoader::ClearPatchInfo(JSThread *thread, const CString &patchFileName) in ClearPatchInfo()
368 CString patchFileName = patchFile->GetJSPandaFileDesc(); in FindAndReplaceSameMethod() local
427 CString patchFileName = patchFile->GetJSPandaFileDesc(); in FindAndReplaceClassLiteral() local
Dpatch_loader.h90 CString patchFileName; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp63 std::string patchFileName = QUICKFIX_ABC_PATH "single_file/patch/index.abc"; in HWTEST_F_L0() local
86 std::string patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; in HWTEST_F_L0() local
141 const char *patchFileName = "__patch.pa"; in HWTEST_F_L0() local
173 CString patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; in HWTEST_F_L0() local
199 …std::string baseFileName, std::string &patchFileName, uint8_t ** patchBuffer, size_t &patchBufferS… in QuickFixQueryFunc()
221 std::string patchFileName = "__index.pa"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp44 bool QuickFixQueryFuncColdPatch(std::string baseFileName, std::string &patchFileName, in QuickFixQueryFuncColdPatch()
133 std::string patchFileName = fileNames[i]; in Main() local
/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.cpp4362 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &b… in LoadPatch()
4371const std::string &patchFileName, uint8_t *patchBuffer, size_t patchSize, in LoadPatch()
4381 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch()
4392 …IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &patchFileName) in IsQuickFixCausedException()
4408 std::string &patchFileName, in RegisterQuickFixQueryFunc()