Home
last modified time | relevance | path

Searched refs:empty (Results 226 – 250 of 273) sorted by relevance

1234567891011

/art/runtime/gc/
Dheap.h482 return !continuous_spaces_.empty(); in HaveContinuousSpaces()
785 return !boot_image_spaces_.empty(); in HasBootImageSpace()
Dheap.cc430 DCHECK(!boot_image_spaces.empty()); in Heap()
487 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
510 DCHECK_EQ(heap_reservation.IsValid(), !boot_image_spaces_.empty()); in Heap()
614 CHECK(!continuous_spaces_.empty()); in Heap()
728 if (!GetBootImageSpaces().empty() && non_moving_space_ != nullptr && in Heap()
1833 DCHECK(!gc_plan_.empty()); in AllocateInternalWithGc()
/art/cmdline/
Dcmdline_parser.h740 if (cur != args.end() && !cur->second.empty()) { in DumpHelp()
/art/runtime/gc/collector/
Dsemi_space.cc82 name_prefix + (name_prefix.empty() ? "" : " ") + "semispace"), in SemiSpace()
Dmark_sweep.cc812 if (UNLIKELY(prefetch_fifo.empty())) { in Run()
1434 if (prefetch_fifo.empty()) { in ProcessMarkStack()
/art/libnativeloader/
Dnative_loader_test.cpp359 bool expected_link_with_sphal_ns = !vendor_public_libraries().empty();
/art/dex2oat/linker/
Dimage_writer.h108 DCHECK(!image_infos_.empty()); in IsImageAddressSpaceReady()
/art/dexlayout/
Ddexlayout_test.cc367 if (!classes.empty()) { in CreateProfile()
Ddex_ir_builder.cc301 if (!options.class_filter_.empty()) { in DexIrBuilder()
365 if (options.class_filter_.empty()) { in CheckAndSetRemainingOffsets()
/art/libprofile/profile/
Dprofile_compilation_info.h616 if (!bitmap_storage.empty()) { in DexFileData()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc174 if (pair.second > 0 && !pair.first.empty()) { in Dump()
/art/build/apex/
DAndroid.bp379 // Genrules so we can run the checker, and empty Java library so that it gets executed.
/art/tools/veridex/
Dflow_analysis.cc197 while (!work_list.empty()) { in AnalyzeCode()
/art/libartbase/base/
Dhash_set.h357 bool empty() const { in empty() function
/art/runtime/
Dtransaction.cc146 } else if (heap->GetBootImageSpaces().empty()) { in WriteValueConstraint()
Delf_file.cc418 DCHECK(!error_msg->empty()); in SetMap()
1147 DCHECK(!error_msg->empty()); in Load()
Dart_method.cc548 if (data.empty()) { in GetIndexFromQuickening()
Dcommon_throws.cc49 if (!location.empty()) { in AddReferrerLocation()
Ddebugger.cc982 class_names.Add(class_descr, !temp.empty()); in GetRecentAllocations()
/art/dex2oat/
Ddex2oat_test.cc688 if (!app_image_file_name.empty()) {
708 EXPECT_FALSE(image_file_name.empty()); in GetImageObjectSectionSize()
835 if (!app_image_file_name.empty()) { in CheckResult()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc61 CHECK(spill_regs.empty()); in BuildFrame()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc223 return class_path.empty() ? "." : class_path.c_str(); in DefaultToDot()
/art/compiler/optimizing/
Dnodes.h2005 DCHECK(locations_.empty()); in AllocateLocations()
2237 auto fixup_end = uses_.empty() ? uses_.begin() : ++uses_.begin(); in AddUseAt()
2247 auto env_fixup_end = env_uses_.empty() ? env_uses_.begin() : ++env_uses_.begin(); in AddEnvUseAt()
2272 bool HasUses() const { return !uses_.empty() || !env_uses_.empty(); } in HasUses()
2273 bool HasEnvironmentUses() const { return !env_uses_.empty(); } in HasEnvironmentUses()
2274 bool HasNonEnvironmentUses() const { return !uses_.empty(); } in HasNonEnvironmentUses()
4684 DCHECK(!input_records.empty()); in GetInputRecords()
Dcode_generator.cc227 DCHECK(roots->empty()); in EmitJitRoots()
470 DCHECK(!block_order.empty()); in InitializeCodeGeneration()
/art/dex2oat/driver/
Dcompiler_driver.cc1035 if (heap->GetBootImageSpaces().empty()) { in CanIncludeInCurrentImage()
1175 } while (!unresolved_exception_types.empty()); in LoadImageClasses()
1184 CHECK(!image_classes->empty()); in LoadImageClasses()

1234567891011