Searched refs:UnloadPatch (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | quick_fix_test.cpp | 77 res = JSNApi::UnloadPatch(instance, patchFileName); in HWTEST_F_L0() 100 res = JSNApi::UnloadPatch(instance, patchFileName); in HWTEST_F_L0() 126 res = JSNApi::UnloadPatch(instance, patchFileName1); in HWTEST_F_L0() 129 res = JSNApi::UnloadPatch(instance, patchFileName2); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/test/fuzztest/jsnapiunloadpatch_fuzzer/ |
D | jsnapiunloadpatch_fuzzer.cpp | 35 JSNApi::UnloadPatch(vm, patchFileName); in JSNApiUnloadPatchTest()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | quick_fix_manager.h | 37 PatchErrorCode UnloadPatch(JSThread *thread, const std::string &patchFileName);
|
D | quick_fix_manager.cpp | 159 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch() function in panda::ecmascript::QuickFixManager
|
/arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
D | hot_reload_manager_test.cpp | 92 res = JSNApi::UnloadPatch(ecmaVm, patchFileName); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/quick_fix/ |
D | main.cpp | 171 result = JSNApi::UnloadPatch(vm, patchFileName); in Main()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
D | jsnapi_expo.h | 1280 static PatchErrorCode UnloadPatch(EcmaVM *vm, const std::string &patchFileName);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 2516 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch() function in panda::JSNApi 2520 return quickFixManager->UnloadPatch(thread, patchFileName); in UnloadPatch()
|