Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp60 std::string patchFileName = QUICKFIX_ABC_PATH "single_file/patch/index.abc"; in HWTEST_F_L0() local
83 std::string patchFileName = QUICKFIX_ABC_PATH "multi_file/patch/merge.abc"; in HWTEST_F_L0() local
106 const char *patchFileName = "__patch.pa"; in HWTEST_F_L0() local
129 … std::string baseFileName, std::string &patchFileName, void ** patchBuffer, size_t patchBufferSize) in QuickFixQueryFunc()
154 std::string patchFileName = "__index.pa"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_manager.cpp42 std::string patchFileName; in LoadPatchIfNeeded() local
53 bool QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, const std::stri… in LoadPatch()
72 bool QuickFixManager::LoadPatch(JSThread *thread, const std::string &patchFileName, in LoadPatch()
92 bool QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch()
116 const std::string &patchFileName) in IsQuickFixCausedException()
Dquick_fix_manager.h45 inline bool HasLoadedPatch(std::string &patchFileName) const in HasLoadedPatch()
Dquick_fix_loader.cpp30 bool QuickFixLoader::LoadPatch(JSThread *thread, const CString &patchFileName, const CString &baseF… in LoadPatch()
49 bool QuickFixLoader::LoadPatch(JSThread *thread, const CString &patchFileName, const void *patchBuf… in LoadPatch()
372 bool QuickFixLoader::UnloadPatch(JSThread *thread, const CString &patchFileName) in UnloadPatch()
/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.cpp124 std::string patchFileName = fileNames[i]; in Main() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2637 bool JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &baseFileNam… in LoadPatch()
2644 bool JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const void *patchBuffer, size_… in LoadPatch()
2652 bool JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch()
2662 …IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &patchFileName) in IsQuickFixCausedException()