Searched refs:AllocDexCache (Results 1 – 2 of 2) sorted by relevance
929 ObjPtr<mirror::DexCache> AllocDexCache(/*out*/ ObjPtr<mirror::String>* out_location,
2588 ObjPtr<mirror::DexCache> ClassLinker::AllocDexCache(/*out*/ ObjPtr<mirror::String>* out_location, in AllocDexCache() function in art::ClassLinker2614 ObjPtr<mirror::DexCache> dex_cache = AllocDexCache(&location, self, dex_file); in AllocAndInitializeDexCache()4216 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(AllocDexCache(/*out*/&location, in RegisterDexFile()