Home
last modified time | relevance | path

Searched refs:NotifyPatchUnloaded (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.h32 void NotifyPatchUnloaded(const JSPandaFile *patchFile);
Dhot_reload_manager.cpp34 void HotReloadManager::NotifyPatchUnloaded(const JSPandaFile *patchFile) in NotifyPatchUnloaded() function in panda::ecmascript::tooling::HotReloadManager
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp190 vm->GetJsDebuggerManager()->GetHotReloadManager()->NotifyPatchUnloaded(patchFile.get()); in UnloadPatchInternal()