Home
last modified time | relevance | path

Searched refs:empty (Results 26 – 50 of 273) sorted by relevance

1234567891011

/art/runtime/gc/space/
Dimage_space.cc124 if (boot_class_path.empty()) { in GenerateImage()
151 if (!dex2oat_bcp_vector.empty()) { in GenerateImage()
717 DCHECK(!intern_remap_.empty()); in GetStringClass()
763 DCHECK(!error_msg->empty()); in InitAppImage()
805 if (!intern_remap.empty()) { in InitAppImage()
928 DCHECK(!error_msg->empty()); in Init()
1199 DCHECK(error_msg == nullptr || !error_msg->empty()); in LoadImageFile()
1801 size_t slash_pos = boot_class_path_.empty() in GetPrimaryImageLocation()
1836 DCHECK(!component.empty()); // Guaranteed by Split(). in VerifyImageLocation()
1904 DCHECK(!named_components.empty()); in MatchNamedComponents()
[all …]
/art/runtime/gc/collector/
Dpartial_mark_sweep.cc29 : MarkSweep(heap, is_concurrent, name_prefix.empty() ? "partial " : name_prefix) { in PartialMarkSweep()
Dsticky_mark_sweep.cc32 : PartialMarkSweep(heap, is_concurrent, name_prefix.empty() ? "sticky " : name_prefix) { in StickyMarkSweep()
/art/compiler/debug/
Delf_symtab_writer.h86 if (!info.custom_name.empty()) { in WriteDebugSymbols()
104 if (!debug_info.dex_files.empty() && builder->GetDex()->Exists()) { in WriteDebugSymbols()
Delf_debug_frame_writer.h162 if (!method_infos[i].cfi.empty() && !method_infos[i].deduped) { in WriteCFISection()
166 if (sorted_method_infos.empty()) { in WriteCFISection()
194 DCHECK(!mi->cfi.empty()); in WriteCFISection()
/art/dexlayout/
Ddexdiag_test.cc61 EXPECT_TRUE(!default_location.empty()); in OpenOatAndVdexFiles()
63 EXPECT_TRUE(!oat_location.empty()); in OpenOatAndVdexFiles()
/art/libnativeloader/
Dlibrary_namespaces.cpp275 if (!libs.empty()) { in Create()
292 bool is_main_classloader = app_main_namespace_ == nullptr && !library_path.empty(); in Create()
346 if (unbundled_app_origin == APK_ORIGIN_VENDOR && !vndksp_libraries_vendor().empty()) { in Create()
357 if (unbundled_app_origin == APK_ORIGIN_PRODUCT && !vndksp_libraries_product().empty()) { in Create()
393 if (!vendor_libs.empty()) { in Create()
Dnative_loader_namespace.cpp94 } else if (!search_paths.empty()) { in Create()
144 LOG_ALWAYS_FATAL_IF(shared_libs.empty(), "empty share lib when linking %s to %s", in Link()
/art/libdexfile/dex/
Dart_dex_file_loader.cc104 DCHECK(!error_msg->empty()); in GetMultiDexChecksums()
232 DCHECK(!error_msg->empty()); in Open()
247 DCHECK(!error_msg->empty()); in Open()
303 DCHECK(!error_msg->empty()); in OpenZip()
317 CHECK(!location.empty()); in OpenFile()
342 DCHECK(!error_msg->empty()); in OpenFile()
389 CHECK(!location.empty()); in OpenOneDexFileFromZip()
/art/libartbase/base/
Dhash_set_test.cc38 return item.empty(); in IsEmpty()
71 ASSERT_TRUE(hash_set.empty()); in TEST_F()
78 ASSERT_TRUE(hash_set.empty()); in TEST_F()
240 ASSERT_TRUE(hash_set.empty()); in TEST_F()
241 ASSERT_TRUE(std_set.empty()); in TEST_F()
267 return pair.first.empty(); in IsEmpty()
288 return item.empty(); in IsEmpty()
Dscoped_flock_test.cc44 ASSERT_TRUE(!error_msg.empty()); in TEST_F()
Dbounded_fifo.h42 bool empty() const { in empty() function
/art/runtime/gc/
Dtask_processor.cc33 if (!tasks_.empty()) { in ~TaskProcessor()
52 if (tasks_.empty()) { in GetTask()
/art/runtime/arch/
Dinstruction_set_features.cc177 [](const std::string& s) { return !s.empty(); }); in AddFeaturesFromString()
179 if (features.empty()) { in AddFeaturesFromString()
209 DCHECK((!use_default && !use_runtime_detection) || features.empty()); in AddFeaturesFromString()
/art/runtime/
Daot_class_linker.cc203 DCHECK(updatable_boot_class_path_descriptor_prefixes_.empty()); in SetUpdatableBootClassPackages()
208 if (package.empty() || package.find('/') != std::string::npos) { in SetUpdatableBootClassPackages()
223 if (!last_prefix.empty() && StartsWith(s, last_prefix)) { in SetUpdatableBootClassPackages()
Dclass_loader_context.cc94 while (!work_list.empty()) { in ~ClassLoaderContext()
313 if (spec.empty()) { in Parse()
337 CHECK(!spec.empty()); in ParseInternal()
342 while (!remaining.empty()) { in ParseInternal()
430 while (!work_list.empty()) { in OpenDexFiles()
439 if (location[0] != '/' && !classpath_dir.empty()) { in OpenDexFiles()
447 if (!fds.empty()) { in OpenDexFiles()
548 while (!work_list.empty()) { in RemoveLocationsFromClassPaths()
653 CHECK(checksums.empty() || dex_locations.size() == checksums.size()); in EncodeClassPath()
664 } else if (!base_dir.empty() in EncodeClassPath()
[all …]
Doat_file_manager.cc142 if (!boot_oat_files.empty()) { in GetPrimaryOatFile()
324 DCHECK(dex_files.empty()); in OpenDexFilesFromOat()
345 if (dex_files.empty()) { in OpenDexFilesFromOat()
357 } else if (!error_msg.empty()) { in OpenDexFilesFromOat()
368 if (!already_exists_in_classpath.empty()) { in OpenDexFilesFromOat()
400 if (dex_files.empty()) { in OpenDexFilesFromOat()
456 if (error_msgs->empty()) { in OpenDexFilesFromOat()
466 if (!error_msgs->empty()) { in OpenDexFilesFromOat()
536 if (vdex_file == nullptr || class_loader == nullptr || !error_msgs->empty()) { in OpenDexFilesFromOat_Impl()
/art/dexoptanalyzer/
Ddexoptanalyzer.cc244 if (image_.empty()) { in ParseArgs()
250 if (image_.empty()) { in ParseArgs()
300 if (!context_str_.empty()) { in GetDexOptNeeded()
344 if (context_str_.empty()) { in FlattenClassLoaderContext()
/art/cmdline/
Dmemory_representation.h51 if (str.empty()) { in Name()
/art/tools/hiddenapi/
Dhiddenapi.cc322 CHECK(dex_classes_.empty() || klass.Equals(dex_classes_.front())); in AddDexClass()
334 CHECK(!dex_classes_.empty()); in GetOneDexClass()
523 CHECK(dex_klass.GetInterfaceDescriptors().empty()) in BuildClassHierarchy()
662 if (hiddenapi_class_data_.empty()) { in Encode()
715 CHECK(!data_.empty()); in WriteTo()
944 if (boot_dex_paths_.empty()) { in EncodeAccessFlags()
992 CHECK(!path.empty()); in OpenApiFile()
1027 if (boot_dex_paths_.empty()) { in ListApi()
1029 } else if (stub_classpaths_.empty()) { in ListApi()
1031 } else if (api_flags_path_.empty()) { in ListApi()
[all …]
/art/compiler/optimizing/
Dblock_builder.cc250 DCHECK(!graph_->GetEntryBlock()->GetSuccessors().empty()) in MightHaveLiveNormalPredecessors()
263 } else if (catch_block->GetPredecessors().empty()) { in MightHaveLiveNormalPredecessors()
432 while (!block->GetPredecessors().empty()) { in InsertSynthesizedLoopsForOsr()
445 DCHECK(graph_->GetBlocks().empty()); in Build()
467 DCHECK(graph_->GetBlocks().empty()); in BuildIntrinsic()
/art/tools/veridex/
Dapi_list_filter.h33 if (name.empty()) { in ApiListFilter()
/art/test/099-vmdebug/
Dexpected.txt14 Test tracing with empty filename
/art/runtime/verifier/
Dmethod_verifier_test.cc39 ASSERT_FALSE(descriptor.empty()); in VerifyClass()
/art/test/048-reflect-v8/
Dexpected.txt21 Annotations by type, defined by class SingleUser with annotation Calendars: <empty>
53 Declared annnotations by type, defined by class SingleUser with annotation Calendars: <empty>
60 Declared annnotations by type, defined by class UserSub with annotation Calendar: <empty>
61 Declared annnotations by type, defined by class UserSub with annotation Calendars: <empty>
63 Declared annnotations by type, defined by class UserSub2 with annotation Calendars: <empty>
70 Annotations by type, defined by method singleUser with annotation Calendars: <empty>
96 Annotations by type, defined by method singleUser with annotation Calendars: <empty>

1234567891011