Searched refs:FindDexCache (Results 1 – 16 of 16) sorted by relevance
/art/compiler/driver/ |
D | compiler_driver-inl.h | 34 return mUnit->GetClassLinker()->FindDexCache(Thread::Current(), *mUnit->GetDexFile(), false); in GetDexCache() 89 inline mirror::DexCache* CompilerDriver::FindDexCache(const DexFile* dex_file) { in FindDexCache() function 90 return Runtime::Current()->GetClassLinker()->FindDexCache(Thread::Current(), *dex_file, false); in FindDexCache() 363 DCHECK_EQ(dex_cache.Get(), mUnit->GetClassLinker()->FindDexCache( in IsFastInvoke()
|
D | compiler_driver_test.cc | 109 mirror::DexCache* dex_cache = class_linker_->FindDexCache(soa.Self(), dex); in TEST_F()
|
D | compiler_driver.cc | 1382 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in CanAssumeStringIsPresentInDexCache() 1470 mirror::DexCache* dex_cache = runtime->GetClassLinker()->FindDexCache( in CanEmbedTypeInCode() 2059 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in Visit() 2266 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache( in Visit() 2629 dex_cache = hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in Visit()
|
D | compiler_driver.h | 276 inline mirror::DexCache* FindDexCache(const DexFile* dex_file)
|
/art/compiler/optimizing/ |
D | sharpening.cc | 173 : hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in ProcessLoadString()
|
D | intrinsics.cc | 552 class_linker->FindDexCache(soa.Self(), dex_file)->GetResolvedMethod( in CheckInvokeType()
|
D | reference_type_propagation.cc | 33 return Runtime::Current()->GetClassLinker()->FindDexCache(self, dex_file); in FindDexCacheWithHint()
|
D | inliner.cc | 271 : class_linker->FindDexCache(soa.Self(), *ref.dex_file); in TryInline()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 189 if (linker->FindDexCache(soa.Self(), *dex_file, true) != nullptr) { in DexFile_openDexFileNative() 231 if (class_linker->FindDexCache(soa.Self(), *dex_file, true) == nullptr) { in DexFile_closeDexFile()
|
D | dalvik_system_VMRuntime.cc | 441 mirror::DexCache* const dex_cache = class_linker->FindDexCache(self, *dex_file, true); in PreloadDexCachesStatsFilled()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 339 hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file))); in ArtCompileDEX()
|
/art/compiler/ |
D | oat_writer.cc | 905 Handle<mirror::DexCache> dex_cache(hs.NewHandle(linker->FindDexCache( in VisitMethod() 972 dex_cache_ = class_linker_->FindDexCache(Thread::Current(), *dex_file); in StartClass() 1129 (dex_file_ == ref.dex_file) ? dex_cache_ : class_linker_->FindDexCache( in GetTargetMethod() 1164 : class_linker_->FindDexCache(Thread::Current(), *patch.TargetTypeDexFile()); in GetTargetType()
|
/art/runtime/ |
D | class_linker.h | 411 mirror::DexCache* FindDexCache(Thread* self,
|
D | trace.cc | 656 mirror::DexCache* dex_cache = class_linker->FindDexCache(self, *e.first, false); in GetVisitedMethodsFromBitSets()
|
D | class_linker_test.cc | 370 mirror::DexCache* dex_cache = class_linker_->FindDexCache(Thread::Current(), dex); in AssertDexFile()
|
D | class_linker.cc | 3274 mirror::DexCache* ClassLinker::FindDexCache(Thread* self, in FindDexCache() function in art::ClassLinker
|