• Home
  • Raw
  • Download

Lines Matching refs:ModuleLogger

26 ModuleLogger::ModuleLogger(EcmaVM *vm) : vm_(vm) {}  in ModuleLogger()  function in panda::ecmascript::ModuleLogger
28 void ModuleLogger::PrintModuleLoadInfo() in PrintModuleLoadInfo()
36 bool ModuleLogger::CreateResultFile(std::string &path) const in CreateResultFile()
49 bool ModuleLogger::OpenResultFile(std::string &path) const in OpenResultFile()
63 void ModuleLogger::InsertModuleLoadInfo(JSHandle<SourceTextModule> currentModule, in InsertModuleLoadInfo()
93 void ModuleLogger::InsertParentModule(JSHandle<SourceTextModule> currentModule, in InsertParentModule()
103 void ModuleLogger::InsertEntryPointModule(JSHandle<SourceTextModule> currentModule) in InsertEntryPointModule()
114 void ModuleLogger::PrintSummary() const in PrintSummary()
131 void ModuleLogger::PrintUsedFileInfo() const in PrintUsedFileInfo()
168 void ModuleLogger::PrintUnusedFileInfo() const in PrintUnusedFileInfo()
201 void ModuleLogger::ProcessModuleExecuteTime() in ProcessModuleExecuteTime()
228 ModuleLoadInfo *ModuleLogger::GetModuleLoadInfo(const CString &recordName) in GetModuleLoadInfo()
239 void ModuleLogger::SetStartTime(const CString &recordName) in SetStartTime()
247 void ModuleLogger::SetEndTime(const CString &recordName) in SetEndTime()
257 std::string ModuleLogger::ToStringWithPrecision(const double num, const uint8_t n) in ToStringWithPrecision()
264 void ModuleLogger::PostModuleLoggerTask(int32_t id, EcmaVM *vm) in PostModuleLoggerTask()
270 bool ModuleLogger::ModuleLoggerTask::Run([[maybe_unused]]uint32_t threadIndex) in Run()
275 ModuleLogger *moduleLogger = in Run()