Searched refs:cache (Results 26 - 33 of 33) sorted by relevance

12

/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te-vfp.S179 * address in the code cache following the invoke instruction. Otherwise
212 str r9, [r3, #offThread_inJitCodeCache] @ in code cache or not
426 str r2, [r3, #offThread_inJitCodeCache] @ not in the jit code cache
1378 * translation cache subsequently cleared, we cannot return directly.
1456 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
1482 str r3, [rGLUE, #offGlue_pJitProfTable] @ cache current JitProfTable
H A DCompilerTemplateAsm-armv7-a-neon.S179 * address in the code cache following the invoke instruction. Otherwise
212 str r9, [r3, #offThread_inJitCodeCache] @ in code cache or not
426 str r2, [r3, #offThread_inJitCodeCache] @ not in the jit code cache
1378 * translation cache subsequently cleared, we cannot return directly.
1456 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
1482 str r3, [rGLUE, #offGlue_pJitProfTable] @ cache current JitProfTable
H A DCompilerTemplateAsm-armv7-a.S179 * address in the code cache following the invoke instruction. Otherwise
212 str r9, [r3, #offThread_inJitCodeCache] @ in code cache or not
426 str r2, [r3, #offThread_inJitCodeCache] @ not in the jit code cache
1378 * translation cache subsequently cleared, we cannot return directly.
1456 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
1482 str r3, [rGLUE, #offGlue_pJitProfTable] @ cache current JitProfTable
H A DCompilerTemplateAsm-armv5te.S179 * address in the code cache following the invoke instruction. Otherwise
212 str r9, [r3, #offThread_inJitCodeCache] @ in code cache or not
426 str r2, [r3, #offThread_inJitCodeCache] @ not in the jit code cache
1106 * translation cache subsequently cleared, we cannot return directly.
1184 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
1210 str r3, [rGLUE, #offGlue_pJitProfTable] @ cache current JitProfTable
/dalvik/libcore/archive/src/main/native/
H A Dzipsup.h142 struct HyZipCache *cache; member in struct:HyZipFile
/dalvik/vm/
H A DDvm.mk35 # 0=full cache, 1/2=reduced, 3=no cache
/dalvik/libcore/luni/src/main/java/java/lang/
H A DString.java2263 * where the needle is a constant string, may compute the values cache, md2
2268 int cache, int md2, char lastChar) {
2283 if ((cache & (1 << haystack[i])) == 0) {
2293 if ((cache & (1 << haystack[i])) == 0) {
2267 indexOf(String haystackString, String needleString, int cache, int md2, char lastChar) argument
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 211 milliseconds

12