Home | History | Annotate | Download | only in mips

Lines Matching refs:compilerICPatchIndex

1054     } else if (gDvmJit.compilerICPatchIndex < COMPILER_IC_PATCH_QUEUE_SIZE) {
1055 int index = gDvmJit.compilerICPatchIndex++;
1179 if (gDvmJit.compilerICPatchIndex == 0) return;
1190 //ALOGD("Number of IC patch work orders: %d", gDvmJit.compilerICPatchIndex);
1197 for (i = 0; i < gDvmJit.compilerICPatchIndex; i++) {
1229 gDvmJit.compilerICPatchIndex = 0;