Searched refs:AllocDexCache (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_linker.h733 mirror::DexCache* AllocDexCache(ObjPtr<mirror::String>* out_location,
1222 ART_FRIEND_TEST(mirror::DexCacheMethodHandlesTest, Open); // for AllocDexCache
1223 ART_FRIEND_TEST(mirror::DexCacheTest, Open); // for AllocDexCache
H A Dclass_linker.cc511 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
518 // Create long array type for AllocDexCache (done in AppendToBootClassPath).
527 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
557 // DexCache instances. Needs to be after String, Field, Method arrays since AllocDexCache uses
2233 mirror::DexCache* ClassLinker::AllocDexCache(ObjPtr<mirror::String>* out_location, function in class:art::ClassLinker
2257 ObjPtr<mirror::DexCache> dex_cache = AllocDexCache(&location, self, dex_file);
3465 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(AllocDexCache(/*out*/&location,

Completed in 93 milliseconds