Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp338 Timers.initInto(MyTLS->Timers); in GlobalContext()
1006 Timers->initInto(Tls->Timers); in initParserThread()
1016 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()
1023 Timers->initInto(WorkerTLS->Timers); in startWorkerThreads()
DIceGlobalContext.h130 void initInto(TimerList &Dest) const { in initInto() function