Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompiler.cpp152 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()
/dalvik/vm/
DGlobals.h806 bool haltCompilerThread; member