Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.h955 ObjPtr<mirror::DexCache> AllocDexCache(Thread* self, const DexFile& dex_file)
H A Dclass_linker.cc2384 ObjPtr<mirror::DexCache> ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) { in AllocDexCache() function in art::ClassLinker
2406 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()