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

/art/runtime/
H A Dclass_linker.cc542 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
549 // Create long array type for AllocDexCache (done in AppendToBootClassPath).
558 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
588 // DexCache instances. Needs to be after String, Field, Method arrays since AllocDexCache uses
2224 mirror::DexCache* ClassLinker::AllocDexCache(ObjPtr<mirror::String>* out_location, function in class:art::ClassLinker
2248 ObjPtr<mirror::DexCache> dex_cache = AllocDexCache(&location, self, dex_file);
3517 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(AllocDexCache(/*out*/&location,

Completed in 319 milliseconds