Home
last modified time | relevance | path

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

/art/runtime/gc/
Dreference_queue.cc46 if (IsEmpty()) { in EnqueuePendingReference()
65 DCHECK(!IsEmpty()); in DequeuePendingReference()
108 while (!IsEmpty()) { in ClearWhiteReferences()
129 while (!IsEmpty()) { in EnqueueFinalizerReferences()
151 if (UNLIKELY(IsEmpty())) { in ForwardSoftReferences()
Dreference_processor.cc165 DCHECK(soft_reference_queue_.IsEmpty()); in ProcessReferences()
166 DCHECK(weak_reference_queue_.IsEmpty()); in ProcessReferences()
167 DCHECK(finalizer_reference_queue_.IsEmpty()); in ProcessReferences()
168 DCHECK(phantom_reference_queue_.IsEmpty()); in ProcessReferences()
218 if (!cleared_references_.IsEmpty()) { in EnqueueClearedReferences()
Dreference_queue.h77 bool IsEmpty() const { in IsEmpty() function
Dheap.cc2012 CHECK(temp_space_->IsEmpty()); in PreZygoteFork()
2205 CHECK(temp_space_->IsEmpty()); in CollectGarbageInternal()
/art/runtime/base/
Dhash_set.h36 bool IsEmpty(const T& item) const { in IsEmpty() function
47 bool IsEmpty(const T*& item) const { in IsEmpty() function
192 if (emptyfn_.IsEmpty(next_element)) { in Erase()
241 if (emptyfn_.IsEmpty(slot)) { in FindWithHash()
276 if (!emptyfn_.IsEmpty(element)) { in TotalProbeDistance()
296 if (!emptyfn_.IsEmpty(element)) { in Verify()
333 return emptyfn_.IsEmpty(ElementForIndex(index)); in IsFreeSlot()
377 if (!emptyfn_.IsEmpty(element)) { in Resize()
385 while (!emptyfn_.IsEmpty(data_[index])) { in FirstAvailableSlot()
Dhash_set_test.cc33 bool IsEmpty(const std::string& item) const { in IsEmpty() function
206 bool IsEmpty(const std::pair<std::string, int>& pair) const { in IsEmpty() function
/art/compiler/optimizing/
Dssa_phi_elimination.cc45 while (!worklist_.IsEmpty()) { in Run()
81 while (!worklist_.IsEmpty()) { in Run()
Dpretty_printer.h75 if (!predecessors.IsEmpty()) { in VisitBasicBlock()
84 if (!successors.IsEmpty()) { in VisitBasicBlock()
Dssa_type_propagation.cc76 while (!worklist_.IsEmpty()) { in ProcessWorklist()
Dparallel_move_resolver.cc24 DCHECK(moves_.IsEmpty()); in EmitNativeCode()
Dregister_allocator.cc119 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()
168 DCHECK(unhandled_.IsEmpty() || current->StartsBefore(unhandled_.Peek())); in AllocateRegistersInternal()
311 while (!unhandled_.IsEmpty()) { in LinearScan()
Dnodes.cc135 DCHECK(!reverse_post_order_.IsEmpty()); in TransformToSSA()
/art/runtime/gc/collector/
Dimmune_region.cc43 if (IsEmpty()) { in AddContinuousSpace()
Dimmune_region.h61 bool IsEmpty() const { in IsEmpty() function
Dmark_compact.cc532 DCHECK(mark_stack_->IsEmpty()); in Sweep()
589 while (!mark_stack_->IsEmpty()) { in ProcessMarkStack()
604 CHECK(mark_stack_->IsEmpty()); in FinishPhase()
Dsemi_space.cc638 DCHECK(mark_stack_->IsEmpty()); in Sweep()
710 while (!mark_stack_->IsEmpty()) { in ProcessMarkStack()
751 CHECK(mark_stack_->IsEmpty()); in FinishPhase()
Dmark_sweep.cc1107 DCHECK(mark_stack_->IsEmpty()); in Sweep()
1202 while (!mark_stack_->IsEmpty() && prefetch_fifo.size() < kFifoSize) { in ProcessMarkStack()
1214 if (mark_stack_->IsEmpty()) { in ProcessMarkStack()
1260 CHECK(mark_stack_->IsEmpty()); // Ensure that the mark stack is empty. in FinishPhase()
/art/compiler/utils/
Dgrowable_array.h183 bool IsEmpty() const { return num_used_ == 0; } in IsEmpty() function
/art/runtime/gc/space/
Dbump_pointer_space.h115 bool IsEmpty() const { in IsEmpty() function
/art/runtime/gc/accounting/
Datomic_stack.h134 bool IsEmpty() const { in IsEmpty() function
/art/runtime/
Dintern_table.h111 bool IsEmpty(const GcRoot<mirror::String>& item) const { in IsEmpty() function
Dclass_linker.h724 bool IsEmpty(const GcRoot<mirror::Class>& item) const { in IsEmpty() function
Ddex_file.h1003 bool IsEmpty(const std::pair<const char*, const ClassDef*>& pair) const { in IsEmpty() function
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc346 INTRINSIC(JavaLangString, IsEmpty, _Z, kIntrinsicIsEmptyOrLength, kIntrinsicFlagIsEmpty),
/art/compiler/utils/arm/
Dassembler_arm.h71 bool IsEmpty() const { in IsEmpty() function