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.cpp28 std::string &patchFileName, in RegisterQuickFixQueryFunc()
42 std::string patchFileName; in LoadPatchIfNeeded() local
74 PatchErrorCode QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, in LoadPatch()
111const std::string &patchFileName, const void *patchBuffer, size_t patchSize, in LoadPatch()
146 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch()
190 CString patchFileName = patchInfo.patchFileName; in CheckAndGetPatch() local
204 const std::string &patchFileName) in IsQuickFixCausedException()
Dpatch_loader.h50 CString patchFileName; member
Dpatch_loader.cpp132 PatchErrorCode PatchLoader::UnloadPatchInternal(JSThread *thread, const CString &patchFileName, in UnloadPatchInternal()
203 void PatchLoader::ClearPatchInfo(JSThread *thread, const CString &patchFileName) in ClearPatchInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp61 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/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/quick_fix/
Dmain.cpp135 std::string patchFileName = fileNames[i]; in Main() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3493 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &b… in LoadPatch()
3502const std::string &patchFileName, const void *patchBuffer, size_t patchSize, in LoadPatch()
3512 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch()
3523 …IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &patchFileName) in IsQuickFixCausedException()
3538 std::string &patchFileName, in RegisterQuickFixQueryFunc()