Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.h31 void NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile);
Dhot_reload_manager.cpp22 void HotReloadManager::NotifyPatchLoaded(const JSPandaFile *baseFile, const JSPandaFile *patchFile) in NotifyPatchLoaded() function in panda::ecmascript::tooling::HotReloadManager
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp67 vm->GetJsDebuggerManager()->GetHotReloadManager()->NotifyPatchLoaded(baseFile, patchFile); in LoadPatchInternal()