Searched refs:UnloadPatch (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
H A D | quick_fix_test.cpp | 80 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 D | jsnapiunloadpatch_fuzzer.cpp | 35 JSNApi::UnloadPatch(vm, patchFileName); in JSNApiUnloadPatchTest()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
H A D | quick_fix_manager.h | 38 PatchErrorCode UnloadPatch(JSThread *thread, const std::string &patchFileName);
|
H A D | quick_fix_manager.cpp | 162 PatchErrorCode QuickFixManager::UnloadPatch(JSThread *thread, const std::string &patchFileName) in UnloadPatch() function in panda::ecmascript::QuickFixManager
|
/arkcompiler/ets_runtime/ecmascript/debugger/tests/ |
H A D | hot_reload_manager_test.cpp | 92 res = JSNApi::UnloadPatch(ecmaVm, patchFileName); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/quick_fix/ |
H A D | main.cpp | 173 result = JSNApi::UnloadPatch(vm, patchFileName); in Main() 175 std::cout << "UnloadPatch failed!" << std::endl; in Main()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 1687 static PatchErrorCode UnloadPatch(EcmaVM *vm, const std::string &patchFileName);
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 3988 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