Home | History | Annotate | Download | only in vm

Lines Matching refs:codeCacheSize

1125           gDvmJit.codeCacheSize = atoi(argv[i] + 19) * 1024;
1126 if (gDvmJit.codeCacheSize == 0) {
1285 gDvmJit.codeCacheSize = DEFAULT_CODE_CACHE_SIZE;