Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 19 of 19) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/cst/
DCstInteger.java28 private static final CstInteger[] cache = new CstInteger[511]; field in CstInteger
64 int idx = (value & 0x7fffffff) % cache.length; in make()
65 CstInteger obj = cache[idx]; in make()
72 cache[idx] = obj; in make()
/dalvik/vm/hprof/
DHprofStackFrame.c62 DexStringCache cache; in hprofStartup_StackFrame() local
65 dexStringCacheInit(&cache); in hprofStartup_StackFrame()
66 descriptor = dexProtoGetMethodDescriptor(&method->prototype, &cache); in hprofStartup_StackFrame()
68 dexStringCacheRelease(&cache); in hprofStartup_StackFrame()
224 DexStringCache cache; in hprofDumpStackFrames() local
227 dexStringCacheInit(&cache); in hprofDumpStackFrames()
228 descriptor = dexProtoGetMethodDescriptor(&method->prototype, &cache); in hprofDumpStackFrames()
237 dexStringCacheRelease(&cache); in hprofDumpStackFrames()
/dalvik/vm/
DAtomicCache.c70 void dvmFreeAtomicCache(AtomicCache* cache) in dvmFreeAtomicCache() argument
72 if (cache != NULL) { in dvmFreeAtomicCache()
73 free(cache->entryAlloc); in dvmFreeAtomicCache()
74 free(cache); in dvmFreeAtomicCache()
DAtomicCache.h153 void dvmFreeAtomicCache(AtomicCache* cache);
/dalvik/dx/tests/098-dex-jsr-ret-throw/
DViewDebug$ViewServer.class ... IOException boolean hasCache boolean willNotCache android.graphics.Bitmap cache android.view.ViewGroup group android.view. ...
/dalvik/libdex/
DDexProto.c177 DexStringCache cache; in dexProtoCopyMethodDescriptor() local
179 dexStringCacheInit(&cache); in dexProtoCopyMethodDescriptor()
180 return dexStringCacheAbandon(&cache, in dexProtoCopyMethodDescriptor()
181 dexProtoGetMethodDescriptor(pProto, &cache)); in dexProtoCopyMethodDescriptor()
/dalvik/tools/gdbjithelper/
DREADME.txt4 code cache address range*, copy them into codePC and codeLR in gdbjithelper.c,
7 *Caveats: debuggerd doesn't know the range of code cache. So apply this tool if
/dalvik/vm/compiler/template/armv5te/
Dfooter.S15 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
DTEMPLATE_INVOKE_METHOD_NATIVE.S35 str r2, [r3, #offThread_inJitCodeCache] @ not in the jit code cache
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-armv7-a-neon.S1374 * translation cache subsequently cleared, we cannot return directly.
1451 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
DCompilerTemplateAsm-armv7-a.S1374 * translation cache subsequently cleared, we cannot return directly.
1451 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
DCompilerTemplateAsm-armv5te-vfp.S1374 * translation cache subsequently cleared, we cannot return directly.
1451 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
DCompilerTemplateAsm-armv5te.S1097 * translation cache subsequently cleared, we cannot return directly.
1174 str r2, [r3, #offThread_inJitCodeCache] @ not in jit code cache
/dalvik/vm/mterp/armv5te/
Dfooter.S330 mov r3, #0 @ 0 means not in the JIT code cache
/dalvik/vm/mterp/out/
DInterpAsm-armv5te-vfp.S9715 mov r3, #0 @ 0 means not in the JIT code cache
DInterpAsm-armv7-a-neon.S9649 mov r3, #0 @ 0 means not in the JIT code cache
DInterpAsm-armv7-a.S9649 mov r3, #0 @ 0 means not in the JIT code cache
DInterpAsm-armv4t.S10177 mov r3, #0 @ 0 means not in the JIT code cache
DInterpAsm-armv5te.S10173 mov r3, #0 @ 0 means not in the JIT code cache