Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc39 hs.NewHandle(class_linker_->AllocDexCache(soa.Self(), *java_lang_dex_file_))); in TEST_F()
/art/runtime/
Dclass_linker.h506 mirror::DexCache* AllocDexCache(Thread* self, const DexFile& dex_file)
Dclass_linker.cc1467 mirror::DexCache* ClassLinker::AllocDexCache(Thread* self, const DexFile& dex_file) { in AllocDexCache() function in art::ClassLinker
2439 Handle<mirror::DexCache> dex_cache(hs.NewHandle(AllocDexCache(self, dex_file))); in AppendToBootClassPath()
2494 Handle<mirror::DexCache> dex_cache(hs.NewHandle(AllocDexCache(self, dex_file))); in RegisterDexFile()