Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocDexCache

274   // Create int array type for AllocDexCache (done in AppendToBootClassPath).
282 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
324 // DexCache instances. Needs to be after String, Field, Method arrays since AllocDexCache uses
1177 mirror::DexCache* ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) {
1912 SirtRef<mirror::DexCache> dex_cache(self, AllocDexCache(self, dex_file));
1959 SirtRef<mirror::DexCache> dex_cache(self, AllocDexCache(self, dex_file));