Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp337 Timers.initInto(MyTLS->Timers); in GlobalContext()
913 Timers->initInto(Tls->Timers); in initParserThread()
923 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()
930 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()
DIceGlobalContext.h129 void initInto(TimerList &Dest) const { in initInto() function