Searched refs:FindDexCache (Results 1 – 16 of 16) sorted by relevance
34 return mUnit->GetClassLinker()->FindDexCache(*mUnit->GetDexFile()); in GetDexCache()89 inline mirror::DexCache* CompilerDriver::FindDexCache(const DexFile* dex_file) { in FindDexCache() function90 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()
797 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 …]
111 mirror::DexCache* dex_cache = class_linker_->FindDexCache(dex); in TEST_F()
268 inline mirror::DexCache* FindDexCache(const DexFile* dex_file)
180 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()
83 ArtMethod* resolved_method = class_linker->FindDexCache(caller_dex_file)->GetResolvedMethod( in TryInline()
671 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()
72 auto h_dex_cache = hs2.NewHandle(compiler_driver->FindDexCache(field_idx_ptr->dex_file)); in Resolve()
108 current_dex_cache.Assign(runtime->GetClassLinker()->FindDexCache(*it->target_dex_file_)); in Resolve()
435 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()
617 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()
317 mirror::DexCache* FindDexCache(const DexFile& dex_file)
643 mirror::DexCache* dex_cache = class_linker->FindDexCache(*e.first); in GetVisitedMethodsFromBitSets()
358 mirror::DexCache* dex_cache = class_linker_->FindDexCache(dex); in AssertDexFile()
1842 klass->SetDexCache(FindDexCache(dex_file)); in DefineClass()2519 mirror::DexCache* ClassLinker::FindDexCache(const DexFile& dex_file) { in FindDexCache() function in art::ClassLinker
1314 hs.NewHandle(Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file))); in DumpVerifier()