Home
last modified time | relevance | path

Searched refs:ModuleLoadInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_logger.h24 struct ModuleLoadInfo { struct
67 ModuleLoadInfo *GetModuleLoadInfo(const CString &recordName);
75 CUnorderedMap<CString, ModuleLoadInfo*> jsModuleLoadInfo_ {};
76 CVector<std::pair<CString, ModuleLoadInfo*>> jsModuleLoadInfoRes_;
Dmodule_logger.cpp82 ModuleLoadInfo *sonModule = GetModuleLoadInfo(sonName); in InsertModuleLoadInfo()
111 ModuleLoadInfo *sonModule = GetModuleLoadInfo(sonName); in InsertParentModule()
119 ModuleLoadInfo *curModule = GetModuleLoadInfo(curName); in InsertEntryPointModule()
158 ModuleLoadInfo *info = i.second; in PrintUsedFileInfo()
196 ModuleLoadInfo *info = i.second; in PrintUnusedFileInfo()
223 ModuleLoadInfo *info = i.second; in ProcessModuleExecuteTime()
239 ModuleLoadInfo *ModuleLogger::GetModuleLoadInfo(const CString &recordName) in GetModuleLoadInfo()
245 ModuleLoadInfo *newInfo = new ModuleLoadInfo(); in GetModuleLoadInfo()
258 ModuleLoadInfo *info = GetModuleLoadInfo(recordName); in SetStartTime()
271 ModuleLoadInfo *info = GetModuleLoadInfo(recordName); in SetEndTime()