Searched refs:AllocDexCache (Results 1 – 3 of 3) sorted by relevance
38 hs.NewHandle(class_linker_->AllocDexCache(soa.Self(), *java_lang_dex_file_))); in TEST_F()
449 mirror::DexCache* AllocDexCache(Thread* self, const DexFile& dex_file)
1886 mirror::DexCache* ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) { in AllocDexCache() function in art::ClassLinker2947 Handle<mirror::DexCache> dex_cache(hs.NewHandle(AllocDexCache(self, dex_file))); in AppendToBootClassPath()3002 Handle<mirror::DexCache> dex_cache(hs.NewHandle(AllocDexCache(self, dex_file))); in RegisterDexFile()