Searched refs:haltCompilerThread (Results 1 – 2 of 2) sorted by relevance
152 while (workQueueLength() != 0 && !gDvmJit.haltCompilerThread && in dvmCompilerDrainQueue()626 if (gDvmJit.haltCompilerThread) { in compilerThreadStart()639 while (!gDvmJit.haltCompilerThread) { in compilerThreadStart()682 if (gDvmJit.haltCompilerThread) { in compilerThreadStart()775 gDvmJit.haltCompilerThread = true; in dvmCompilerShutdown()
806 bool haltCompilerThread; member