Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver-inl.h34 return mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()); in GetDexCache()
89 inline mirror::DexCache* CompilerDriver::FindDexCache(const DexFile* dex_file) { in FindDexCache() function
90 return Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file); in FindDexCache()
343 DCHECK_EQ(dex_cache.Get(), mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile())); in IsFastInvoke()
373 auto target_dex_cache(hs.NewHandle(class_linker->FindDexCache(*devirt_target->dex_file))); in IsFastInvoke()
Dcompiler_driver.cc797 Handle<mirror::DexCache> dex_cache(hs2.NewHandle(class_linker->FindDexCache(*dex_file))); in LoadImageClasses()
1019 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file); in CanAssumeTypeIsPresentInDexCache()
1045 hs.NewHandle(Runtime::Current()->GetClassLinker()->FindDexCache(dex_file))); in CanAssumeStringIsPresentInDexCache()
1071 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file); in CanAccessTypeWithoutChecks()
1108 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(dex_file); in CanAccessInstantiableTypeWithoutChecks()
1137 mirror::DexCache* dex_cache = runtime->GetClassLinker()->FindDexCache(dex_file); in CanEmbedTypeInCode()
1266 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()))); in ComputeInstanceFieldInfo()
1316 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()))); in ComputeStaticFieldInfo()
1502 hs.NewHandle(mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()))); in ComputeInvokeInfo()
1746 Handle<mirror::DexCache> dex_cache(hs.NewHandle(class_linker->FindDexCache(dex_file))); in ResolveClassFieldsAndMethods()
[all …]
Dcompiler_driver_test.cc111 mirror::DexCache* dex_cache = class_linker_->FindDexCache(dex); in TEST_F()
Dcompiler_driver.h268 inline mirror::DexCache* FindDexCache(const DexFile* dex_file)
/art/compiler/optimizing/
Dreference_type_propagation.cc180 mirror::DexCache* dex_cache = dex_compilation_unit_.GetClassLinker()->FindDexCache(dex_file_); in VisitNewInstance()
191 mirror::DexCache* dex_cache = dex_compilation_unit_.GetClassLinker()->FindDexCache(dex_file_); in VisitLoadClass()
Dinliner.cc83 ArtMethod* resolved_method = class_linker->FindDexCache(caller_dex_file)->GetResolvedMethod( in TryInline()
Dbuilder.cc671 dex_compilation_unit_->GetClassLinker()->FindDexCache( in BuildInvoke()
685 outer_compilation_unit_->GetClassLinker()->FindDexCache(outer_dex_file))); in BuildInvoke()
878 compilation_unit.GetClassLinker()->FindDexCache(dex_file))); in GetClassFrom()
895 dex_compilation_unit_->GetClassLinker()->FindDexCache(*dex_compilation_unit_->GetDexFile()))); in IsOutermostCompilingClass()
914 dex_compilation_unit_->GetClassLinker()->FindDexCache(*dex_compilation_unit_->GetDexFile()))); in BuildStaticFieldAccess()
927 outer_compilation_unit_->GetClassLinker()->FindDexCache(outer_dex_file))); in BuildStaticFieldAccess()
/art/compiler/dex/
Dmir_field_info.cc72 auto h_dex_cache = hs2.NewHandle(compiler_driver->FindDexCache(field_idx_ptr->dex_file)); in Resolve()
Dmir_method_info.cc108 current_dex_cache.Assign(runtime->GetClassLinker()->FindDexCache(*it->target_dex_file_)); in Resolve()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc435 mirror::DexCache* dex_cache = linker->FindDexCache(*dex_file); in PreloadDexCachesStatsFilled()
497 Handle<mirror::DexCache> dex_cache(hs.NewHandle(linker->FindDexCache(*dex_file))); in VMRuntime_preloadDexCaches()
/art/compiler/
Doat_writer.cc617 Handle<mirror::DexCache> dex_cache(hs.NewHandle(linker->FindDexCache(*dex_file_))); in VisitMethod()
664 dex_cache_ = class_linker_->FindDexCache(*dex_file); in StartClass()
795 (dex_file_ == ref.dex_file) ? dex_cache_ : class_linker_->FindDexCache(*ref.dex_file); in GetTargetMethod()
829 ? dex_cache_ : class_linker_->FindDexCache(*patch.TargetTypeDexFile()); in GetTargetType()
/art/runtime/
Dclass_linker.h317 mirror::DexCache* FindDexCache(const DexFile& dex_file)
Dtrace.cc643 mirror::DexCache* dex_cache = class_linker->FindDexCache(*e.first); in GetVisitedMethodsFromBitSets()
Dclass_linker_test.cc358 mirror::DexCache* dex_cache = class_linker_->FindDexCache(dex); in AssertDexFile()
Dclass_linker.cc1842 klass->SetDexCache(FindDexCache(dex_file)); in DefineClass()
2519 mirror::DexCache* ClassLinker::FindDexCache(const DexFile& dex_file) { in FindDexCache() function in art::ClassLinker
/art/oatdump/
Doatdump.cc1314 hs.NewHandle(Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file))); in DumpVerifier()