Lines Matching full:cache
73 * Return if queue or code cache is full.
140 /* Allocate the code cache */
141 fd = ashmem_create_region("dalvik-jit-code-cache", gDvmJit.codeCacheSize);
143 LOGE("Could not create %u-byte ashmem region for the JIT code cache",
152 LOGE("Failed to mmap the JIT code cache: %s\n", strerror(errno));
156 /* This can be found through "dalvik-jit-code-cache" in /proc/<pid>/maps */
157 // LOGD("Code cache starts at %p", gDvmJit.codeCache);
159 /* Copy the template code into the beginning of the code cache */
177 /* Only flush the part in the code cache that is being used now */
231 /* If any thread is found stuck in the JIT state, don't reset the cache */
235 * 1) the soon-to-be-deleted code in the JIT cache won't be used
246 LOGD("JIT code cache reset delayed (%d bytes %d/%d)",
265 * Wipe out the code cache content to force immediate crashes if
294 LOGD("JIT code cache reset in %lld ms (%d bytes %d/%d)",
303 * 1) Check if the code cache is full. If so reset it and restart populating it
325 * Setup the code cache if we have not inherited a valid code cache
413 * I/DEBUG ( 1638): #00 pc 46b90682 /dev/ashmem/dalvik-jit-code-cache
602 * the code cache too.
698 /* Break loops within the translation cache */