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

  /dalvik/vm/compiler/
Compiler.c 27 return gDvmJit.compilerQueueLength;
41 gDvmJit.compilerQueueLength--;
42 if (gDvmJit.compilerQueueLength == 0) {
47 if (gDvmJit.compilerQueueLength > gDvmJit.compilerMaxQueued)
48 gDvmJit.compilerMaxQueued = gDvmJit.compilerQueueLength;
75 if (gDvmJit.compilerQueueLength == COMPILER_WORK_QUEUE_SIZE ||
81 for (numWork = gDvmJit.compilerQueueLength,
107 gDvmJit.compilerQueueLength++;
297 gDvmJit.compilerQueueLength = 0;
674 gDvmJit.compilerQueueLength = 0
    [all...]
Utility.c 225 LOGD("Compiler work queue length is %d/%d", gDvmJit.compilerQueueLength,
  /dalvik/vm/interp/
InterpDefs.h 273 (gDvmJit.compilerQueueLength >= gDvmJit.compilerHighWater);
Jit.c     [all...]
  /dalvik/vm/
Globals.h 749 volatile int compilerQueueLength;

Completed in 27 milliseconds