Searched refs:cache (Results 1 – 4 of 4) sorted by relevance
28 private static final CstInteger[] cache = new CstInteger[511]; field in CstInteger64 int idx = (value & 0x7fffffff) % cache.length; in make()65 CstInteger obj = cache[idx]; in make()72 cache[idx] = obj; in make()
... IOException boolean hasCache boolean willNotCache android.graphics.Bitmap cache android.view.ViewGroup group android.view. ...
169 DexStringCache cache; in dexProtoCopyMethodDescriptor() local171 dexStringCacheInit(&cache); in dexProtoCopyMethodDescriptor()172 return dexStringCacheAbandon(&cache, in dexProtoCopyMethodDescriptor()173 dexProtoGetMethodDescriptor(pProto, &cache)); in dexProtoCopyMethodDescriptor()