Home
last modified time | relevance | path

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

12

/art/runtime/gc/
Dreference_queue_test.cc37 ASSERT_TRUE(queue.IsEmpty()); in TEST_F()
48 ASSERT_TRUE(!queue.IsEmpty()); in TEST_F()
51 ASSERT_TRUE(!queue.IsEmpty()); in TEST_F()
57 ASSERT_TRUE(!queue.IsEmpty()); in TEST_F()
61 ASSERT_TRUE(queue.IsEmpty()); in TEST_F()
Dreference_processor.cc172 DCHECK(soft_reference_queue_.IsEmpty()); in ProcessReferences()
173 DCHECK(weak_reference_queue_.IsEmpty()); in ProcessReferences()
174 DCHECK(finalizer_reference_queue_.IsEmpty()); in ProcessReferences()
175 DCHECK(phantom_reference_queue_.IsEmpty()); in ProcessReferences()
214 DCHECK(soft_reference_queue_.IsEmpty()); in ProcessReferences()
215 DCHECK(weak_reference_queue_.IsEmpty()); in ProcessReferences()
216 DCHECK(finalizer_reference_queue_.IsEmpty()); in ProcessReferences()
217 DCHECK(phantom_reference_queue_.IsEmpty()); in ProcessReferences()
299 if (!cleared_references_.IsEmpty()) { in CollectClearedReferences()
Dreference_queue.cc45 if (IsEmpty()) { in EnqueueReference()
60 DCHECK(!IsEmpty()); in DequeuePendingReference()
135 while (!IsEmpty()) { in ClearWhiteReferences()
157 while (!IsEmpty()) { in EnqueueFinalizerReferences()
181 if (UNLIKELY(IsEmpty())) { in ForwardSoftReferences()
Dreference_queue.h101 bool IsEmpty() const { in IsEmpty() function
/art/libdexfile/dex/
Dtype_lookup_table.cc55 if (entries[pos].IsEmpty()) { in Create()
71 DCHECK(!entries[tail_pos].IsEmpty()); in Create()
74 DCHECK(!entries[tail_pos].IsEmpty()); in Create()
80 } while (!entries[insert_pos].IsEmpty()); in Create()
106 if (entry->IsEmpty()) { in Lookup()
117 DCHECK(!entry->IsEmpty()); in Lookup()
137 DCHECK(!entry->IsEmpty()); in Lookup()
Dtype_lookup_table.h126 bool IsEmpty() const { in IsEmpty() function
Ddex_file_verifier.h224 bool IsEmpty(const std::pair<uint32_t, uint16_t>& pair) const { in IsEmpty() function
/art/compiler/utils/arm64/
Dassembler_arm64.cc135 if (!registers.IsEmpty()) { in SpillRegisters()
140 DCHECK(registers.IsEmpty()); in SpillRegisters()
161 if (!registers.IsEmpty()) { in UnspillRegisters()
166 DCHECK(registers.IsEmpty()); in UnspillRegisters()
/art/libartbase/base/
Dhash_set.h120 bool IsEmpty(const T& item) const { in IsEmpty() function
131 bool IsEmpty(T* const& item) const { in IsEmpty() function
376 if (emptyfn_.IsEmpty(next_element)) { in erase()
510 if (!emptyfn_.IsEmpty(element)) { in TotalProbeDistance()
532 if (!emptyfn_.IsEmpty(element)) { in Verify()
622 if (emptyfn_.IsEmpty(slot)) { in FindIndex()
633 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()
681 if (!emptyfn_.IsEmpty(element)) { in Resize()
699 while (!emptyfn_.IsEmpty(data_[index])) { in FirstAvailableSlot()
Dbit_string.h61 bool IsEmpty() const { in IsEmpty() function
248 bool IsEmpty() const { in IsEmpty() function
Dhiddenapi_flags.h212 if (current.IsEmpty() || !api_list.CanCombineWith(current)) { in FromNames()
276 bool IsEmpty() const { return (GetValue() == Value::kInvalid) && (GetDomainApis() == 0); } in IsEmpty() function
301 DCHECK_EQ(IsEmpty(), is_first); in Dump()
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
/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
445 if (!set->IsEmpty()) { in VisitBasicBlock()
463 if (set->IsEmpty()) { in VisitBasicBlock()
Ddead_code_elimination.cc249 block->GetPhis().IsEmpty() && in SimplifyAlwaysThrows()
261 succ->GetPhis().IsEmpty()) { in SimplifyAlwaysThrows()
Dselect_generator.cc41 DCHECK(block->GetPhis().IsEmpty()); in IsSimpleBlock()
/art/tools/veridex/
Dhidden_api.h44 return !GetApiList(name).IsEmpty(); in IsInAnyList()
/art/compiler/utils/
Ddedupe_set-inl.h127 bool IsEmpty() const {
142 bool IsEmpty(const HashedKey<StoreKey>& key) const {
143 return key.IsEmpty();
/art/runtime/
Dclass_table.h126 DCHECK(IsEmpty(item)); in MakeEmpty()
128 bool IsEmpty(const TableSlot& item) const NO_THREAD_SAFETY_ANALYSIS { in IsEmpty() function
Dsubtype_check_info.h275 if (GetBitString().IsEmpty()) { in GetState()
Dintern_table.h99 bool IsEmpty(const GcRoot<mirror::String>& item) const { in IsEmpty() function
/art/runtime/gc/space/
Dbump_pointer_space.h123 bool IsEmpty() const { in IsEmpty() function
/art/runtime/gc/collector/
Dsemi_space.cc655 DCHECK(mark_stack_->IsEmpty()); in Sweep()
750 while (!mark_stack_->IsEmpty()) { in ProcessMarkStack()
818 CHECK(mark_stack_->IsEmpty()); in FinishPhase()
Dmark_sweep.cc1318 DCHECK(mark_stack_->IsEmpty()); in Sweep()
1428 while (!mark_stack_->IsEmpty() && prefetch_fifo.size() < kFifoSize) { in ProcessMarkStack()
1440 if (mark_stack_->IsEmpty()) { in ProcessMarkStack()
1493 CHECK(mark_stack_->IsEmpty()); // Ensure that the mark stack is empty. in FinishPhase()
/art/runtime/gc/accounting/
Datomic_stack.h165 bool IsEmpty() const { in IsEmpty() function
/art/cmdline/
Dtoken_range.h161 bool IsEmpty() const { in IsEmpty() function

12