Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 25 of 58) sorted by relevance

123

/art/libarttools/
Dcmdline_builder_test.cc29 using ::testing::IsEmpty;
87 EXPECT_THAT(args_.Get(), IsEmpty()); in TEST_F()
97 EXPECT_THAT(args_.Get(), IsEmpty()); in TEST_F()
107 EXPECT_THAT(args_.Get(), IsEmpty()); in TEST_F()
117 EXPECT_THAT(args_.Get(), IsEmpty()); in TEST_F()
131 EXPECT_THAT(other.Get(), IsEmpty()); in TEST_F()
/art/libdexfile/dex/
Dtype_lookup_table.cc51 if (entries[pos].IsEmpty()) { in Create()
67 DCHECK(!entries[tail_pos].IsEmpty()); in Create()
70 DCHECK(!entries[tail_pos].IsEmpty()); in Create()
76 } while (!entries[insert_pos].IsEmpty()); in Create()
102 if (entry->IsEmpty()) { in Lookup()
113 DCHECK(!entry->IsEmpty()); in Lookup()
133 DCHECK(!entry->IsEmpty()); in Lookup()
146 if (entry.IsEmpty()) { in Dump()
Dtype_lookup_table.h128 bool IsEmpty() const { in IsEmpty() function
/art/runtime/gc/
Dreference_queue_test.cc42 ASSERT_TRUE(queue.IsEmpty()); in TEST_F()
53 ASSERT_TRUE(!queue.IsEmpty()); in TEST_F()
56 ASSERT_TRUE(!queue.IsEmpty()); in TEST_F()
62 ASSERT_TRUE(!queue.IsEmpty()); in TEST_F()
66 ASSERT_TRUE(queue.IsEmpty()); in TEST_F()
Dreference_processor.cc207 while (!soft_reference_queue_.IsEmpty()) { in ProcessReferences()
226 DCHECK(soft_reference_queue_.IsEmpty()); in ProcessReferences()
227 DCHECK(weak_reference_queue_.IsEmpty()); in ProcessReferences()
228 DCHECK(finalizer_reference_queue_.IsEmpty()); in ProcessReferences()
229 DCHECK(phantom_reference_queue_.IsEmpty()); in ProcessReferences()
297 DCHECK(soft_reference_queue_.IsEmpty()); in ProcessReferences()
298 DCHECK(weak_reference_queue_.IsEmpty()); in ProcessReferences()
299 DCHECK(finalizer_reference_queue_.IsEmpty()); in ProcessReferences()
300 DCHECK(phantom_reference_queue_.IsEmpty()); in ProcessReferences()
381 if (!cleared_references_.IsEmpty()) { in CollectClearedReferences()
Dreference_queue.cc45 if (IsEmpty()) { in EnqueueReference()
60 DCHECK(!IsEmpty()); in DequeuePendingReference()
137 while (!IsEmpty()) { in ClearWhiteReferences()
169 while (!IsEmpty()) { in EnqueueFinalizerReferences()
206 empty = IsEmpty(); in ForwardSoftReferences()
211 empty = IsEmpty(); in ForwardSoftReferences()
Dreference_queue.h115 bool IsEmpty() const { in IsEmpty() function
/art/test/2273-checker-unreachable-intrinsics/src/
DMain.java29 return $inline$IsEmpty(str); in $noinline$testIsEmpty()
32 private static boolean $inline$IsEmpty(CharSequence chr) { in $inline$IsEmpty()
/art/runtime/oat/
Djni_stub_hash_map.h52 bool IsEmpty() const { in IsEmpty() function
68 bool IsEmpty(const std::pair<JniStubKey, Value>& pair) const { in IsEmpty() function
69 return pair.first.IsEmpty(); in IsEmpty()
/art/compiler/utils/arm64/
Dassembler_arm64.cc130 if (!registers.IsEmpty()) { in SpillRegisters()
135 DCHECK(registers.IsEmpty()); in SpillRegisters()
156 if (!registers.IsEmpty()) { in UnspillRegisters()
161 DCHECK(registers.IsEmpty()); in UnspillRegisters()
/art/artd/
Dartd_test.cc116 using ::testing::IsEmpty;
1424 EXPECT_THAT(dst.profilePath.id, Not(IsEmpty())); in TEST_F()
1445 EXPECT_THAT(dst.profilePath.id, IsEmpty()); in TEST_F()
1446 EXPECT_THAT(dst.profilePath.tmpPath, IsEmpty()); in TEST_F()
1463 EXPECT_THAT(dst.profilePath.id, IsEmpty()); in TEST_F()
1464 EXPECT_THAT(dst.profilePath.tmpPath, IsEmpty()); in TEST_F()
1480 EXPECT_THAT(dst.profilePath.id, IsEmpty()); in TEST_F()
1481 EXPECT_THAT(dst.profilePath.tmpPath, IsEmpty()); in TEST_F()
1491 EXPECT_THAT(dst.profilePath.id, IsEmpty()); in TEST_F()
1492 EXPECT_THAT(dst.profilePath.tmpPath, IsEmpty()); in TEST_F()
[all …]
Dfile_utils_test.cc51 using ::testing::IsEmpty;
102 EXPECT_THAT((*new_file)->TempPath(), Not(IsEmpty())); in TEST_F()
103 EXPECT_THAT((*new_file)->TempId(), Not(IsEmpty())); in TEST_F()
/art/libprofile/profile/
Dprofile_boot_info.h58 bool IsEmpty() const { return dex_files_.empty() && methods_.empty(); } in IsEmpty() function
Dprofile_boot_info_test.cc41 ASSERT_TRUE(loaded_info.IsEmpty()); in TEST_F()
43 ASSERT_TRUE(loaded_info.IsEmpty()); in TEST_F()
/art/libartbase/base/
Dhiddenapi_flags.h244 if (current.IsEmpty() || !api_list.CanCombineWith(current)) { in FromNames()
310 bool IsEmpty() const { return (GetValue() == Value::kInvalid) && (GetDomainApis() == 0); } in IsEmpty() function
332 if (IsEmpty()) { in Dump()
354 DCHECK_EQ(IsEmpty(), is_first); in Dump()
Dhash_set.h126 bool IsEmpty(const T& item) const { in IsEmpty() function
137 bool IsEmpty(T* const& item) const { in IsEmpty() function
148 bool IsEmpty(const std::string& item) const { in IsEmpty() function
442 if (emptyfn_.IsEmpty(next_element)) { in erase()
604 if (!emptyfn_.IsEmpty(element)) { in TotalProbeDistance()
626 if (!emptyfn_.IsEmpty(element)) { in Verify()
726 if (emptyfn_.IsEmpty(slot)) { in FindIndexImpl()
739 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()
787 if (!emptyfn_.IsEmpty(element)) { in Resize()
805 while (!emptyfn_.IsEmpty(data_[index])) { in FirstAvailableSlot()
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
Dhash_set_test.cc37 bool IsEmpty(const std::string& item) const { in IsEmpty() function
266 bool IsEmpty(const std::pair<std::string, int>& pair) const { in IsEmpty() function
287 bool IsEmpty(const std::vector<int>& item) const { in IsEmpty() function
402 bool IsEmpty(const uint16_t& item) const { in IsEmpty() function in art::SmallIndexEmptyFn
Dhash_map.h67 bool IsEmpty(const std::pair<Key, Value>& item) const { in IsEmpty() function
/art/compiler/optimizing/
Dgvn.cc143 if (IsEmpty()) { in IntersectWith()
145 } else if (predecessor->IsEmpty()) { in IntersectWith()
156 bool IsEmpty() const { return num_entries_ == 0; } in IsEmpty() function in art::ValueSet
457 if (!set->IsEmpty()) { in VisitBasicBlock()
475 if (set->IsEmpty()) { in VisitBasicBlock()
/art/runtime/gc/collector/
Dimmune_spaces.h46 bool IsEmpty() const { return spaces_.empty(); } in IsEmpty() function
/art/compiler/utils/
Ddedupe_set-inl.h133 bool IsEmpty() const {
148 bool IsEmpty(const HashedKey<StoreKey>& key) const {
149 return key.IsEmpty();
/art/dex2oat/linker/
Dcode_info_table_deduper.h56 bool IsEmpty(const DedupeSetEntry& item) const { in IsEmpty() function
/art/test/
Dstandalone_test_lib_check.cc166 EXPECT_THAT(disallowed_libs, testing::IsEmpty()) in TEST()
/art/runtime/
Dclass_table.h141 DCHECK(IsEmpty(item)); in MakeEmpty()
143 bool IsEmpty(const TableSlot& item) const NO_THREAD_SAFETY_ANALYSIS { in IsEmpty() function

123