Searched refs:ScopedCurrentThread (Results 1 – 3 of 3) sorted by relevance
398 class ScopedCurrentThread {400 explicit ScopedCurrentThread(ThreadT *thread) : thread_(thread) in ScopedCurrentThread() function408 ~ScopedCurrentThread() in ~ScopedCurrentThread()414 NO_COPY_SEMANTIC(ScopedCurrentThread);415 NO_MOVE_SEMANTIC(ScopedCurrentThread);
47 ScopedCurrentThread gcCurrentThreadScope(gcWorker->gcThread_); in GCThreadLoop()114 ScopedCurrentThread gcCurrentThreadScope(gcThread_); in GCTaskRunner()
81 ScopedCurrentThread sct(&compilerThread); in InPlaceCompileMethod()