HomeSort by relevance Sort by last modified time
    Searched refs:compilerQueueLength (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/compiler/
Compiler.cpp 30 return gDvmJit.compilerQueueLength;
44 gDvmJit.compilerQueueLength--;
45 if (gDvmJit.compilerQueueLength == 0) {
50 if (gDvmJit.compilerQueueLength > gDvmJit.compilerMaxQueued)
51 gDvmJit.compilerMaxQueued = gDvmJit.compilerQueueLength;
103 if (gDvmJit.compilerQueueLength == COMPILER_WORK_QUEUE_SIZE ||
109 for (numWork = gDvmJit.compilerQueueLength,
138 gDvmJit.compilerQueueLength++;
333 gDvmJit.compilerQueueLength = 0;
745 gDvmJit.compilerQueueLength = 0
    [all...]
Utility.cpp 249 ALOGD("Compiler work queue length is %d/%d", gDvmJit.compilerQueueLength,
  /dalvik/vm/
Globals.h 816 volatile int compilerQueueLength;
  /dalvik/vm/interp/
Jit.cpp     [all...]

Completed in 85 milliseconds