Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp77 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/
Djsnapiunloadpatch_fuzzer.cpp35 JSNApi::UnloadPatch(vm, patchFileName); in JSNApiUnloadPatchTest()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.h37 PatchErrorCode UnloadPatch(JSThread *thread, const std::string &patchFileName);
Dquick_fix_manager.cpp159 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch() function in panda::ecmascript::QuickFixManager
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp92 res = JSNApi::UnloadPatch(ecmaVm, patchFileName); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp171 result = JSNApi::UnloadPatch(vm, patchFileName); in Main()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1280 static PatchErrorCode UnloadPatch(EcmaVM *vm, const std::string &patchFileName);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2516 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch() function in panda::JSNApi
2520 return quickFixManager->UnloadPatch(thread, patchFileName); in UnloadPatch()