Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_logger.h44 static void PrintModuleLoadInfoTask(void *data);
Dmodule_logger.cpp285 void ModuleLogger::PrintModuleLoadInfoTask(void *data) in PrintModuleLoadInfoTask() function in panda::ecmascript::ModuleLogger
311 timerTaskCallBack(vm, moduleLogger, PrintModuleLoadInfoTask, importDurationInMs, 0); in SetModuleLoggerTask()