Searched refs:FindDexCache (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/runtime/mirror/ |
H A D | dex_cache_test.cc | 147 class_linker_->FindDexCache(Thread::Current(), dex_file)); in TEST_F()
|
/aosp12/art/compiler/ |
H A D | common_compiler_test.cc | 245 hs.NewHandle(GetClassLinker()->FindDexCache(self, dex_file)); in CompileMethod()
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver_test.cc | 126 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex); in TEST_F()
|
H A D | compiler_driver.cc | 559 dex_cache.Assign(class_linker->FindDexCache(soa.Self(), *dex_file)); in ResolveConstStrings() 669 dex_cache.Assign(class_linker->FindDexCache(soa.Self(), *dex_file)); in InitializeTypeCheckBitstrings() 1536 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in Visit() 1897 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in Visit() 2596 dex_cache = hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in CompileDexFile()
|
/aosp12/art/compiler/optimizing/ |
H A D | sharpening.cc | 377 : hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in ProcessLoadString()
|
H A D | reference_type_propagation.cc | 40 return Runtime::Current()->GetClassLinker()->FindDexCache(self, dex_file); in FindDexCacheWithHint()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 1551 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(Thread::Current(), *dex_file); in StartClass() 1601 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(self, *dex_file_); in VisitMethod() 1705 dex_cache_ = class_linker_->FindDexCache(Thread::Current(), *dex_file); in UpdateDexFileAndDexCache() 1955 (dex_file_ == ref.dex_file) ? dex_cache_ : class_linker_->FindDexCache( in GetTargetMethod() 1987 : class_linker_->FindDexCache(Thread::Current(), *target_dex_file); in GetDexCache()
|
H A D | image_writer.cc | 1900 ObjPtr<mirror::DexCache> dex_cache = class_linker->FindDexCache(self, *dex_file); in ProcessDexFileObjects()
|
/aosp12/art/runtime/jit/ |
H A D | jit.cc | 1378 dex_caches.push_back(handles.NewHandle(class_linker->FindDexCache(self, *dex_file))); in CompileMethodsFromBootProfile() 1444 dex_cache.Assign(class_linker->FindDexCache(self, *dex_file)); in CompileMethodsFromProfile()
|
/aosp12/art/runtime/ |
H A D | class_linker.h | 503 ObjPtr<mirror::DexCache> FindDexCache(Thread* self, const DexFile& dex_file)
|
H A D | class_linker_test.cc | 1576 class_linker_->FindDexCache(soa.Self(), dex_file)); in TEST_F()
|
H A D | class_linker.cc | 4116 ObjPtr<mirror::DexCache> ClassLinker::FindDexCache(Thread* self, const DexFile& dex_file) { in FindDexCache() function in art::ClassLinker
|