Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 53) sorted by relevance

123

/art/dex2oat/
Ddex2oat.cc193 if (StartsWith(dot, "#") || dot.empty()) { in ReadImageClasses()
240 if (!boot_image_option.empty()) { in CreateOatFile()
709 if (oat_filename.empty() && oat_fd == -1) { in dex2oat()
713 if (!oat_filename.empty() && oat_fd != -1) { in dex2oat()
717 if (!oat_symbols.empty() && oat_fd != -1) { in dex2oat()
721 if (!oat_symbols.empty() && is_host) { in dex2oat()
725 if (oat_fd != -1 && !image_filename.empty()) { in dex2oat()
736 if (android_root.empty()) { in dex2oat()
744 bool image = (!image_filename.empty()); in dex2oat()
745 if (!image && boot_image_filename.empty()) { in dex2oat()
[all …]
/art/runtime/
Dreference_table.cc148 if (entries.empty()) { in Dump()
200 while (!sorted_entries.empty() && sorted_entries.back() == NULL) { in Dump()
203 while (!sorted_entries.empty() && sorted_entries.back() == kClearedJniWeakGlobal) { in Dump()
206 if (sorted_entries.empty()) { in Dump()
Dsafe_map.h51 bool empty() const { return map_.empty(); } in empty() function
Dthread_pool.cc143 if (waiting_count_ == GetThreadCount() && tasks_.empty()) { in GetTask()
166 if (started_ && !tasks_.empty()) { in TryGetTaskLocked()
184 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || !tasks_.empty())) { in Wait()
Doat_file.cc47 CHECK(!location.empty()); in CheckLocation()
52 CHECK(!oat_contents.empty()) << location; in OpenMemory()
64 CHECK(!filename.empty()) << location; in Open()
120 CHECK(!location_.empty()); in OatFile()
Dsignal_catcher.cc98 if (stack_trace_file_.empty()) { in Output()
/art/runtime/gc/accounting/
Dheap_bitmap-inl.h31 DCHECK(!discontinuous_space_sets_.empty()); in Visit()
Dheap_bitmap.cc68 DCHECK(!discontinuous_space_sets_.empty()); in Walk()
/art/runtime/gc/collector/
Dpartial_mark_sweep.cc29 : MarkSweep(heap, is_concurrent, name_prefix + (name_prefix.empty() ? "" : " ") + "partial") { in PartialMarkSweep()
Dsticky_mark_sweep.cc29 name_prefix + (name_prefix.empty() ? "" : " ") + "sticky") { in StickyMarkSweep()
/art/runtime/verifier/
Dreg_type_cache-inl.h30 if (!descriptor.empty()) { in CreatePrimitiveTypeInstance()
Dreg_type.cc71 CHECK(!descriptor.empty()); in PrimitiveType()
969 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
973 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
983 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
988 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
994 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
1001 CHECK(!descriptor_.empty()) << *this; in CheckInvariants()
1007 CHECK(descriptor_.empty()) << *this; in CheckInvariants()
/art/runtime/base/
Dbounded_fifo.h41 bool empty() const { in empty() function
Dstringpiece.h62 bool empty() const { return length_ == 0; } in empty() function
/art/compiler/driver/
Ddex_compilation_unit.cc56 if (symbol_.empty()) { in GetSymbol()
/art/runtime/base/unix_file/
Dfd_file_test.cc46 EXPECT_TRUE(file.GetPath().empty()); in TEST_F()
/art/test/003-omnibus-opcodes/src/
DArray.java85 static void checkRange32(int[] ints, int[] empty, int negVal1, int negVal2) { in checkRange32() argument
130 i = empty[1]; in checkRange32()
/art/compiler/sea_ir/types/
Dtype_inference_visitor.h64 if (!crt_type_.empty()) { in GetType()
/art/runtime/mirror/
Dobject_test.cc335 SirtRef<String> empty(soa.Self(), String::AllocFromModifiedUtf8(soa.Self(), "")); in TEST_F() local
336 EXPECT_TRUE(empty->Equals("")); in TEST_F()
337 EXPECT_FALSE(empty->Equals("a")); in TEST_F()
351 SirtRef<String> empty(soa.Self(), String::AllocFromModifiedUtf8(soa.Self(), "")); in TEST_F() local
352 EXPECT_TRUE(empty->Equals("")); in TEST_F()
353 EXPECT_FALSE(empty->Equals("a")); in TEST_F()
448 SirtRef<String> empty(soa.Self(), String::AllocFromModifiedUtf8(soa.Self(), "")); in TEST_F() local
452 EXPECT_EQ(0, empty->GetHashCode()); in TEST_F()
/art/compiler/llvm/
Dllvm_compilation_unit.h94 return !elf_object_.empty(); in IsMaterialized()
Dllvm_compilation_unit.cc239 if (bitcode_filename_.empty()) { in MaterializeToRawOStream()
263 if (!errmsg.empty()) { in MaterializeToRawOStream()
Dcompiler_llvm.cc125 if (!bitcode_filename_.empty()) { in AllocateCompilationUnit()
/art/runtime/gc/space/
Dimage_space.cc51 if (boot_class_path.empty()) { in GenerateImage()
164 CHECK(!image_file_name.empty()); in Init()
/art/compiler/
Dcompiled_method.cc45 CHECK(!code.empty()); in SetCode()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc112 return class_path.empty() ? "." : class_path.c_str(); in DefaultToDot()

123