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

  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 98 if (gDvmJit.compilerICPatchIndex == 0) return;
109 //ALOGD("Number of IC patch work orders: %d", gDvmJit.compilerICPatchIndex);
116 for (i = 0; i < gDvmJit.compilerICPatchIndex; i++) {
152 gDvmJit.compilerICPatchIndex = 0;
373 } else if (gDvmJit.compilerICPatchIndex < COMPILER_IC_PATCH_QUEUE_SIZE) {
374 int index = gDvmJit.compilerICPatchIndex++;
    [all...]
  /dalvik/vm/
Globals.h 831 int compilerICPatchIndex;
    [all...]
  /dalvik/vm/compiler/codegen/mips/
Assemble.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]
  /dalvik/vm/compiler/
Compiler.cpp 352 gDvmJit.compilerICPatchIndex = 0;

Completed in 27 milliseconds