Home
last modified time | relevance | path

Searched refs:UnloadPatch (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Dquick_fix_test.cpp80 res = JSNApi::UnloadPatch(instance, patchFileName); in HWTEST_F_L0()
106 res = JSNApi::UnloadPatch(instance, patchFileName); in HWTEST_F_L0()
116 res = JSNApi::UnloadPatch(instance, patchFileName); in HWTEST_F_L0()
139 res = JSNApi::UnloadPatch(instance, patchFileName); in HWTEST_F_L0()
165 res = JSNApi::UnloadPatch(instance, patchFileName); in HWTEST_F_L0()
171 res = JSNApi::UnloadPatch(instance, patchFileName); in HWTEST_F_L0()
197 res = JSNApi::UnloadPatch(instance, patchFileName1); in HWTEST_F_L0()
200 res = JSNApi::UnloadPatch(instance, patchFileName2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/jsnapiunloadpatch_fuzzer/
H A Djsnapiunloadpatch_fuzzer.cpp35 JSNApi::UnloadPatch(vm, patchFileName); in JSNApiUnloadPatchTest()
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dquick_fix_manager.h38 PatchErrorCode UnloadPatch(JSThread *thread, const std::string &patchFileName);
H A Dquick_fix_manager.cpp162 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch() function in panda::ecmascript::QuickFixManager
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
H A Dhot_reload_manager_test.cpp92 res = JSNApi::UnloadPatch(ecmaVm, patchFileName); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/quick_fix/
H A Dmain.cpp173 result = JSNApi::UnloadPatch(vm, patchFileName); in Main()
175 std::cout << "UnloadPatch failed!" << std::endl; in Main()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1687 static PatchErrorCode UnloadPatch(EcmaVM *vm, const std::string &patchFileName);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3988 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch() function in panda::JSNApi
3993 return quickFixManager->UnloadPatch(thread, patchFileName); in UnloadPatch()

Completed in 18 milliseconds