Home
last modified time | relevance | path

Searched refs:LoadModuleEvent (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp77 notificationMgr->LoadModuleEvent(jsPandaFile->GetJSPandaFileDesc(), recordName); in ExtractPatch()
Dnotification_manager.h58 void LoadModuleEvent(std::string_view name, std::string_view entryPoint) const in LoadModuleEvent() function
/arkcompiler/runtime_core/runtime/include/
Druntime_notification.h204 void LoadModuleEvent(std::string_view name) in LoadModuleEvent() function
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp494 …debuggerManager_->GetNotificationManager()->LoadModuleEvent(jsPandaFile->GetJSPandaFileDesc(), ent… in InvokeEcmaEntrypoint()
/arkcompiler/runtime_core/runtime/
Druntime.cpp912 GetNotificationManager()->LoadModuleEvent(pf->GetFilename()); in NotifyAboutLoadedModules()
Dclass_linker.cpp68 Runtime::GetCurrent()->GetNotificationManager()->LoadModuleEvent(file->GetFilename()); in AddPandaFile()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2758 notificationMgr->LoadModuleEvent(moduleName, recordName); in InitForConcurrentFunction()