/art/dex2oat/ |
D | dex2oat.cc | 193 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/ |
D | reference_table.cc | 148 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()
|
D | safe_map.h | 51 bool empty() const { return map_.empty(); } in empty() function
|
D | thread_pool.cc | 143 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()
|
D | oat_file.cc | 47 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()
|
D | signal_catcher.cc | 98 if (stack_trace_file_.empty()) { in Output()
|
/art/runtime/gc/accounting/ |
D | heap_bitmap-inl.h | 31 DCHECK(!discontinuous_space_sets_.empty()); in Visit()
|
D | heap_bitmap.cc | 68 DCHECK(!discontinuous_space_sets_.empty()); in Walk()
|
/art/runtime/gc/collector/ |
D | partial_mark_sweep.cc | 29 : MarkSweep(heap, is_concurrent, name_prefix + (name_prefix.empty() ? "" : " ") + "partial") { in PartialMarkSweep()
|
D | sticky_mark_sweep.cc | 29 name_prefix + (name_prefix.empty() ? "" : " ") + "sticky") { in StickyMarkSweep()
|
/art/runtime/verifier/ |
D | reg_type_cache-inl.h | 30 if (!descriptor.empty()) { in CreatePrimitiveTypeInstance()
|
D | reg_type.cc | 71 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/ |
D | bounded_fifo.h | 41 bool empty() const { in empty() function
|
D | stringpiece.h | 62 bool empty() const { return length_ == 0; } in empty() function
|
/art/compiler/driver/ |
D | dex_compilation_unit.cc | 56 if (symbol_.empty()) { in GetSymbol()
|
/art/runtime/base/unix_file/ |
D | fd_file_test.cc | 46 EXPECT_TRUE(file.GetPath().empty()); in TEST_F()
|
/art/test/003-omnibus-opcodes/src/ |
D | Array.java | 85 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/ |
D | type_inference_visitor.h | 64 if (!crt_type_.empty()) { in GetType()
|
/art/runtime/mirror/ |
D | object_test.cc | 335 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/ |
D | llvm_compilation_unit.h | 94 return !elf_object_.empty(); in IsMaterialized()
|
D | llvm_compilation_unit.cc | 239 if (bitcode_filename_.empty()) { in MaterializeToRawOStream() 263 if (!errmsg.empty()) { in MaterializeToRawOStream()
|
D | compiler_llvm.cc | 125 if (!bitcode_filename_.empty()) { in AllocateCompilationUnit()
|
/art/runtime/gc/space/ |
D | image_space.cc | 51 if (boot_class_path.empty()) { in GenerateImage() 164 CHECK(!image_file_name.empty()); in Init()
|
/art/compiler/ |
D | compiled_method.cc | 45 CHECK(!code.empty()); in SetCode()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 112 return class_path.empty() ? "." : class_path.c_str(); in DefaultToDot()
|