Searched refs:FindDexCache (Results 1 – 15 of 15) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache_test.cc | 147 class_linker_->FindDexCache(Thread::Current(), dex_file)); in TEST_F()
|
/art/compiler/ |
D | common_compiler_test.cc | 197 Handle<mirror::DexCache> dex_cache = hs.NewHandle(class_linker_->FindDexCache(self, dex_file)); in CompileMethod()
|
/art/compiler/optimizing/ |
D | sharpening.cc | 329 : hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in ProcessLoadString()
|
D | reference_type_propagation.cc | 39 return Runtime::Current()->GetClassLinker()->FindDexCache(self, dex_file); in FindDexCacheWithHint()
|
D | inliner.cc | 761 caller_compilation_unit_.GetClassLinker()->FindDexCache(self, *dex_file); in ExtractClassesFromOfflineProfile()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 126 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex); in TEST_F()
|
D | compiler_driver.cc | 683 dex_cache.Assign(class_linker->FindDexCache(soa.Self(), *dex_file)); in ResolveConstStrings() 802 dex_cache.Assign(class_linker->FindDexCache(soa.Self(), *dex_file)); in InitializeTypeCheckBitstrings() 1634 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in Visit() 1996 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in Visit() 2746 dex_cache = hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in CompileDexFile()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 532 hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file))); in CompileMethod()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1543 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(Thread::Current(), *dex_file); in StartClass() 1593 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(self, *dex_file_); in VisitMethod() 1697 dex_cache_ = class_linker_->FindDexCache(Thread::Current(), *dex_file); in UpdateDexFileAndDexCache() 1916 (dex_file_ == ref.dex_file) ? dex_cache_ : class_linker_->FindDexCache( in GetTargetMethod() 1948 : class_linker_->FindDexCache(Thread::Current(), *target_dex_file); in GetDexCache()
|
D | image_writer.cc | 2058 ObjPtr<mirror::DexCache> dex_cache = class_linker->FindDexCache(self, *dex_file); in ProcessDexFileObjects() 2318 Runtime::Current()->GetClassLinker()->FindDexCache(self, *dex_file); in CollectStringReferenceInfo()
|
/art/runtime/jit/ |
D | jit.cc | 1390 dex_caches.push_back(handles.NewHandle(class_linker->FindDexCache(self, *dex_file))); in CompileMethodsFromBootProfile() 1456 dex_cache.Assign(class_linker->FindDexCache(self, *dex_file)); in CompileMethodsFromProfile()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 531 const ObjPtr<mirror::DexCache> dex_cache = class_linker->FindDexCache(self, *dex_file); in PreloadDexCachesStatsFilled()
|
/art/runtime/ |
D | class_linker.h | 493 ObjPtr<mirror::DexCache> FindDexCache(Thread* self, const DexFile& dex_file)
|
D | class_linker_test.cc | 1572 class_linker_->FindDexCache(soa.Self(), dex_file)); in TEST_F()
|
D | class_linker.cc | 4276 ObjPtr<mirror::DexCache> ClassLinker::FindDexCache(Thread* self, const DexFile& dex_file) { in FindDexCache() function in art::ClassLinker
|