Searched refs:haltCompilerThread (Results 1 – 2 of 2) sorted by relevance
96 while (workQueueLength() != 0 && !gDvmJit.haltCompilerThread) { in dvmCompilerDrainQueue()111 while (!gDvmJit.haltCompilerThread) { in compilerThreadStart()130 if (gDvmJit.haltCompilerThread) { in compilerThreadStart()211 gDvmJit.haltCompilerThread = false; in dvmCompilerStartup()245 gDvmJit.haltCompilerThread = true; in dvmCompilerShutdown()
693 bool haltCompilerThread; member