Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocDexCache

585   // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
614 // DexCache instances. Needs to be after String, Field, Method arrays since AllocDexCache uses
2526 ObjPtr<mirror::DexCache> ClassLinker::AllocDexCache(/*out*/ ObjPtr<mirror::String>* out_location,
2550 ObjPtr<mirror::DexCache> dex_cache = AllocDexCache(&location, self, dex_file);
3966 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(AllocDexCache(/*out*/&location,