Home
last modified time | relevance | path

Searched refs:ContainsElement (Results 1 – 25 of 32) sorted by relevance

12

/art/compiler/optimizing/
Dssa_builder.h93 if (!ContainsElement(uninitialized_strings_, string)) { in AddUninitializedString()
Dscheduler.h221 return ContainsElement(data_predecessors_, node); in HasDataDependency()
225 return ContainsElement(other_predecessors_, node); in HasOtherDependency()
Dblock_builder.cc170 DCHECK(!ContainsElement(throwing_blocks_, block)); in ConnectBasicBlocks()
283 if (ContainsElement(throwing_blocks_, block)) { in InsertTryBoundaryBlocks()
Dssa_phi_elimination.cc83 DCHECK(ContainsElement(initially_live, input)); in MarkDeadPhis()
Dssa_builder.cc694 DCHECK(ContainsElement(ambiguous_agets_, aget)); in GetFloatOrDoubleEquivalentOfArrayGet()
Dscheduler.cc480 ContainsElement(*nodes, condition_node)) { in SelectMaterializedCondition()
Dnodes.cc97 DCHECK(ContainsElement(worklist, successor)); in FindBackEdges()
295 DCHECK(ContainsElement(block->GetSuccessors(), successor)); in UpdateDominatorOfSuccessor()
2504 DCHECK(ContainsElement(dominated_blocks_, other)); in MergeWith()
Dsuperblock_cloner.cc305 DCHECK(ContainsElement(worklist, successor)); in FindBackEdgesLocal()
Dgraph_checker.cc462 if (ContainsElement(handlers, handlers[i], i + 1)) { in VisitTryBoundary()
Dinliner.cc1452 ContainsElement(compiler_options.GetNoInlineFromDexFile(), &inlined_from)) { in MayInline()
/art/dex2oat/linker/
Dimage_test.h367 ASSERT_TRUE(ContainsElement(image_classes, image_class)); in Compile()
390 if (ContainsElement(image_classes_failing_resolution, image_class)) { in Compile()
392 } else if (ContainsElement(image_classes_failing_aot_clinit, image_class)) { in Compile()
Doat_writer.cc797 DCHECK(ContainsElement(*writer_->dex_files_, ref.dex_file) || in AddBssReference()
798 ContainsElement(Runtime::Current()->GetClassLinker()->GetBootClassPath(), ref.dex_file)); in AddBssReference()
1499 return ContainsElement(*dex_files_, dex_file); in IsInOatFile()
2122 DCHECK(!ContainsElement(*dex_files_, dex_file)); in InitIndexBssMappings()
3057 DCHECK(!ContainsElement(*dex_files_, dex_file)); in WriteIndexBssMappings()
Dimage_writer.cc437 if (!ContainsElement(compiler_options_.GetDexFilesForOatFile(), dex_cache->GetDexFile())) { in IsImageDexCache()
2279 ContainsElement(image_writer_->compiler_options_.GetDexFilesForOatFile(), in VerifyImageBinSlotsAssigned()
2298 if (ContainsElement(carveout, obj)) { in VerifyImageBinSlotsAssigned()
/art/runtime/jit/
Djit_code_cache.cc157 if (!ContainsElement(methods_, method)) { in AddMethod()
302 ContainsElement(it->second.GetMethods(), method)) { in ContainsMethod()
326 if (data.IsCompiled() && ContainsElement(data.GetMethods(), method)) { in GetJniStubCode()
579 DCHECK(!ContainsElement(zombie_code_, it->second)); in RemoveMethodsIn()
747 DCHECK(ContainsElement(data->GetMethods(), method)) in Commit()
1124 if (!data.IsCompiled() || !ContainsElement(data.GetMethods(), method)) { in RemoveUnmarkedCode()
1184 CHECK(!ContainsElement(zombie_code_, code_ptr)); in AddZombieCodeInternal()
1315 if (!ContainsElement(it->second.GetMethods(), method)) { in LookupMethodHeader()
1467 if (!ContainsElement(dex_base_locations, base_location)) { in GetProfiledMethods()
1529 if (ContainsElement(dex_base_locations, in GetProfiledMethods()
[all …]
Djit.cc1802 if (ContainsElement(osr_enqueued_methods_, method)) { in AddTask()
1809 if (ContainsElement(baseline_enqueued_methods_, method)) { in AddTask()
1816 if (ContainsElement(optimized_enqueued_methods_, method)) { in AddTask()
/art/libartbase/base/
Dstl_util.h120 bool ContainsElement(const Container& container, const T& value, size_t start_pos = 0u) {
129 bool ContainsElement(const std::set<T>& container, const T& value) { in ContainsElement() function
/art/runtime/
Dclass_table.cc161 if (ContainsElement(oat_files_, oat_file)) { in InsertOatFileLocked()
Dclass_loader_context.cc564 return ContainsElement( in RemoveLocationsFromClassPaths()
Druntime_image.cc466 if (!ContainsElement(dex_files_, &cls->GetDexFile())) { in CanEmitHelper()
/art/compiler/driver/
Dcompiler_options.h371 return ContainsElement(GetDexFilesForOatFile(), dex_file); in WithinOatFile()
/art/runtime/mirror/
Dstring.cc83 ? ContainsElement(ArrayRef<uint8_t>(src->value_compressed_, length), old_c) in DoReplace()
84 : ContainsElement(ArrayRef<uint16_t>(src->value_, length), old_c)); in DoReplace()
/art/odrefresh/
Dodrefresh.cc816 if (!art::ContainsElement(kIgnoredSystemProperties, key)) { in WriteCacheInfo()
885 bool isInClasspath = ContainsElement(systemserver_classpath_jars_, path); in GenerateSystemServerComponents()
1134 if (!art::ContainsElement(kIgnoredSystemProperties, key)) { in CheckSystemPropertiesHaveNotChanged()
1553 if (!ContainsElement(artifact_set, path)) { in CleanupArtifactDirectory()
2050 if (art::ContainsElement(systemserver_classpath_jars_, dex_file)) { in RunDex2oatForSystemServer()
2102 if (ContainsElement(system_server_jars_to_compile, jar)) { in CompileSystemServer()
2114 if (ContainsElement(systemserver_classpath_jars_, jar)) { in CompileSystemServer()
/art/runtime/oat/
Daot_class_linker.cc185 !ContainsElement(*gAppImageDexFiles, dex_cache->GetDexFile())) { in CanReferenceInBootImageExtensionOrAppImage()
Doat_file_manager.cc913 if (ContainsElement(boot_oat_files, oat_file.get())) { in DumpForSigQuit()
/art/dex2oat/
Ddex2oat.cc1850 if (!kIsTargetBuild && !ContainsElement(no_inline_filters, core_oj)) { in Compile()

12