Home
last modified time | relevance | path

Searched refs:AllocDexCache (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker.h929 ObjPtr<mirror::DexCache> AllocDexCache(/*out*/ ObjPtr<mirror::String>* out_location,
Dclass_linker.cc2588 ObjPtr<mirror::DexCache> ClassLinker::AllocDexCache(/*out*/ ObjPtr<mirror::String>* out_location, in AllocDexCache() function in art::ClassLinker
2614 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()