Home | History | Annotate | Download | only in arm

Lines Matching refs:compilerICPatchIndex

1719     } else if (gDvmJit.compilerICPatchIndex < COMPILER_IC_PATCH_QUEUE_SIZE) {
1720 int index = gDvmJit.compilerICPatchIndex++;
1833 if (gDvmJit.compilerICPatchIndex == 0) return;
1844 //ALOGD("Number of IC patch work orders: %d", gDvmJit.compilerICPatchIndex);
1851 for (i = 0; i < gDvmJit.compilerICPatchIndex; i++) {
1883 gDvmJit.compilerICPatchIndex = 0;