Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 25 of 48) 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
/art/compiler/utils/arm64/
Dassembler_arm64.cc131 if (!registers.IsEmpty()) { in SpillRegisters()
136 DCHECK(registers.IsEmpty()); in SpillRegisters()
157 if (!registers.IsEmpty()) { in UnspillRegisters()
162 DCHECK(registers.IsEmpty()); in UnspillRegisters()
/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()
Dprofile_compilation_info_test.cc159 ASSERT_TRUE(loaded_info.IsEmpty()); in TestProfileLoadFromZip()
166 bool IsEmpty(const ProfileCompilationInfo& info) { in IsEmpty() function in art::ProfileCompilationInfoTest
167 return info.IsEmpty(); in IsEmpty()
1118 ASSERT_TRUE(IsEmpty(loaded_info)); in TEST_F()
1217 ASSERT_FALSE(IsEmpty(info)); in TEST_F()
1219 ASSERT_TRUE(IsEmpty(info)); in TEST_F()
1790 ASSERT_TRUE(info.IsEmpty()); in TEST_F()
1800 ASSERT_TRUE(info.IsEmpty()); in TEST_F()
/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
460 if (!set->IsEmpty()) { in VisitBasicBlock()
478 if (set->IsEmpty()) { in VisitBasicBlock()
Dnodes.cc627 if (header->GetPhis().IsEmpty()) { in TransformLoopToSinglePreheaderFormat()
2242 return block.GetPhis().IsEmpty() in HasOnlyOneInstruction()
2243 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()
2265 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
2269 return !GetInstructions().IsEmpty() && in EndsWithReturn()
2274 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()
2278 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()
2282 return !GetPhis().IsEmpty() && GetFirstPhi()->GetNext() == nullptr; in HasSinglePhi()
2342 if (!instruction_list.IsEmpty()) { in AddAfter()
2356 if (!instruction_list.IsEmpty()) { in AddBefore()
[all …]
Ddead_code_elimination.cc249 block->GetPhis().IsEmpty() && in SimplifyAlwaysThrows()
261 succ->GetPhis().IsEmpty()) { in SimplifyAlwaysThrows()
Dselect_generator.cc39 DCHECK(block->GetPhis().IsEmpty()); in IsSimpleBlock()
/art/libartbase/base/
Dhash_set.h126 bool IsEmpty(const T& item) const { in IsEmpty() function
137 bool IsEmpty(T* const& item) const { in IsEmpty() function
424 if (emptyfn_.IsEmpty(next_element)) { in erase()
565 if (!emptyfn_.IsEmpty(element)) { in TotalProbeDistance()
587 if (!emptyfn_.IsEmpty(element)) { in Verify()
685 if (emptyfn_.IsEmpty(slot)) { in FindIndexImpl()
696 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()
744 if (!emptyfn_.IsEmpty(element)) { in Resize()
762 while (!emptyfn_.IsEmpty(data_[index])) { in FirstAvailableSlot()
Dhiddenapi_flags.h240 if (current.IsEmpty() || !api_list.CanCombineWith(current)) { in FromNames()
322 bool IsEmpty() const { return (GetValue() == Value::kInvalid) && (GetDomainApis() == 0); } in IsEmpty() function
340 if (IsEmpty()) { in Dump()
362 DCHECK_EQ(IsEmpty(), is_first); in Dump()
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.h63 bool IsEmpty(const std::pair<Key, Value>& item) const { in IsEmpty() function
/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.h128 DCHECK(IsEmpty(item)); in MakeEmpty()
130 bool IsEmpty(const TableSlot& item) const NO_THREAD_SAFETY_ANALYSIS { in IsEmpty() function
/art/profman/
Dprofile_assistant.cc81 if (info.IsEmpty()) { in ProcessProfilesInternal()
/art/runtime/gc/collector/
Dsemi_space.cc511 DCHECK(mark_stack_->IsEmpty()); in Sweep()
591 while (!mark_stack_->IsEmpty()) { in ProcessMarkStack()
651 CHECK(mark_stack_->IsEmpty()); in FinishPhase()
/art/runtime/gc/space/
Dbump_pointer_space.h123 bool IsEmpty() const { in IsEmpty() function
/art/runtime/gc/accounting/
Datomic_stack.h165 bool IsEmpty() const { in IsEmpty() function

12