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

/art/runtime/
H A Dclass_linker.cc294 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
303 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
348 // DexCache instances. Needs to be after String, Field, Method arrays since AllocDexCache uses
1886 mirror::DexCache* ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) { function in class:art::ClassLinker
2947 Handle<mirror::DexCache> dex_cache(hs.NewHandle(AllocDexCache(self, dex_file)));
3002 Handle<mirror::DexCache> dex_cache(hs.NewHandle(AllocDexCache(self, dex_file)));

Completed in 21 milliseconds