Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_logger.cpp70 ModuleLoadInfo *sonModule = GetModuleLoadInfo(sonName); in InsertModuleLoadInfo()
99 ModuleLoadInfo *sonModule = GetModuleLoadInfo(sonName); in InsertParentModule()
107 ModuleLoadInfo *curModule = GetModuleLoadInfo(curName); in InsertEntryPointModule()
145 ModuleLoadInfo *info = i.second; in PrintUsedFileInfo()
182 ModuleLoadInfo *info = i.second; in PrintUnusedFileInfo()
209 ModuleLoadInfo *info = i.second; in ProcessModuleExecuteTime()
228 ModuleLoadInfo *ModuleLogger::GetModuleLoadInfo(const CString &recordName) in GetModuleLoadInfo()
234 ModuleLoadInfo *newInfo = new ModuleLoadInfo(); in GetModuleLoadInfo()
242 ModuleLoadInfo *inf in SetStartTime()
[all...]
H A Dmodule_logger.h24 struct ModuleLoadInfo { struct
66 ModuleLoadInfo *GetModuleLoadInfo(const CString &recordName);
73 CUnorderedMap<CString, ModuleLoadInfo*> jsModuleLoadInfo_ {};

Completed in 2 milliseconds