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

/art/runtime/mirror/
H A Ddex_cache_test.cc38 hs.NewHandle(class_linker_->AllocDexCache(soa.Self(), *java_lang_dex_file_)));
/art/runtime/
H A Dclass_linker.h449 mirror::DexCache* AllocDexCache(Thread* self, const DexFile& dex_file)
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 149 milliseconds