Home
last modified time | relevance | path

Searched refs:FindDexCache (Results 1 – 12 of 12) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc147 class_linker_->FindDexCache(Thread::Current(), dex_file)); in TEST_F()
/art/compiler/optimizing/
Dsharpening.cc250 : hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in ProcessLoadString()
Dreference_type_propagation.cc35 return Runtime::Current()->GetClassLinker()->FindDexCache(self, dex_file); in FindDexCacheWithHint()
Dinliner.cc660 caller_compilation_unit_.GetClassLinker()->FindDexCache(self, *dex_file); in ExtractClassesFromOfflineProfile()
/art/compiler/dex/
Ddex_to_dex_compiler.cc353 hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file))); in ArtCompileDEX()
/art/compiler/driver/
Dcompiler_driver_test.cc113 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex); in TEST_F()
Dcompiler_driver.cc798 dex_cache.Assign(class_linker->FindDexCache(soa.Self(), *dex_file)); in ResolveConstStrings()
1700 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in Visit()
2058 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in Visit()
2761 dex_cache = hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in Visit()
/art/compiler/
Doat_writer.cc1150 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(Thread::Current(), *dex_file); in StartClass()
1199 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(self, *dex_file_); in VisitMethod()
1303 dex_cache_ = class_linker_->FindDexCache(Thread::Current(), *dex_file); in StartClass()
1489 (dex_file_ == ref.dex_file) ? dex_cache_ : class_linker_->FindDexCache( in GetTargetMethod()
1525 : class_linker_->FindDexCache(Thread::Current(), *target_dex_file); in GetDexCache()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc454 ObjPtr<mirror::DexCache> const dex_cache = class_linker->FindDexCache(self, *dex_file); in PreloadDexCachesStatsFilled()
/art/runtime/
Dclass_linker.h430 ObjPtr<mirror::DexCache> FindDexCache(Thread* self, const DexFile& dex_file)
Dclass_linker_test.cc1502 class_linker_->FindDexCache(Thread::Current(), dex_file)); in TEST_F()
Dclass_linker.cc3703 ObjPtr<mirror::DexCache> ClassLinker::FindDexCache(Thread* self, const DexFile& dex_file) { in FindDexCache() function in art::ClassLinker