Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompiler.cpp28 static inline bool workQueueLength(void) in workQueueLength() function
152 while (workQueueLength() != 0 && !gDvmJit.haltCompilerThread && in dvmCompilerDrainQueue()
303 while (workQueueLength()) { in resetCodeCache()
640 if (workQueueLength() == 0) { in compilerThreadStart()
715 } while (workQueueLength() != 0); in compilerThreadStart()