Searched defs:patchFileName (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | quick_fix_test.cpp | 60 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/ |
| D | quick_fix_manager.cpp | 42 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()
|
| D | quick_fix_manager.h | 45 inline bool HasLoadedPatch(std::string &patchFileName) const in HasLoadedPatch()
|
| D | quick_fix_loader.cpp | 30 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/ |
| 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 | 124 std::string patchFileName = fileNames[i]; in Main() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 2637 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()
|