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

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

Completed in 50 milliseconds