Searched refs:AllocDexCache (Results 1 – 2 of 2) sorted by relevance
955 ObjPtr<mirror::DexCache> AllocDexCache(Thread* self, const DexFile& dex_file)
2384 ObjPtr<mirror::DexCache> ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) { in AllocDexCache() function in art::ClassLinker2406 ObjPtr<mirror::DexCache> dex_cache = AllocDexCache(self, dex_file); in AllocAndInitializeDexCache()4062 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(AllocDexCache(self, dex_file))); in RegisterDexFile()