/art/runtime/gc/ |
D | reference_queue.cc | 46 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()
|
D | reference_processor.cc | 165 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()
|
D | reference_queue.h | 77 bool IsEmpty() const { in IsEmpty() function
|
D | heap.cc | 2012 CHECK(temp_space_->IsEmpty()); in PreZygoteFork() 2205 CHECK(temp_space_->IsEmpty()); in CollectGarbageInternal()
|
/art/runtime/base/ |
D | hash_set.h | 36 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()
|
D | hash_set_test.cc | 33 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/ |
D | ssa_phi_elimination.cc | 45 while (!worklist_.IsEmpty()) { in Run() 81 while (!worklist_.IsEmpty()) { in Run()
|
D | pretty_printer.h | 75 if (!predecessors.IsEmpty()) { in VisitBasicBlock() 84 if (!successors.IsEmpty()) { in VisitBasicBlock()
|
D | ssa_type_propagation.cc | 76 while (!worklist_.IsEmpty()) { in ProcessWorklist()
|
D | parallel_move_resolver.cc | 24 DCHECK(moves_.IsEmpty()); in EmitNativeCode()
|
D | register_allocator.cc | 119 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()
|
D | nodes.cc | 135 DCHECK(!reverse_post_order_.IsEmpty()); in TransformToSSA()
|
/art/runtime/gc/collector/ |
D | immune_region.cc | 43 if (IsEmpty()) { in AddContinuousSpace()
|
D | immune_region.h | 61 bool IsEmpty() const { in IsEmpty() function
|
D | mark_compact.cc | 532 DCHECK(mark_stack_->IsEmpty()); in Sweep() 589 while (!mark_stack_->IsEmpty()) { in ProcessMarkStack() 604 CHECK(mark_stack_->IsEmpty()); in FinishPhase()
|
D | semi_space.cc | 638 DCHECK(mark_stack_->IsEmpty()); in Sweep() 710 while (!mark_stack_->IsEmpty()) { in ProcessMarkStack() 751 CHECK(mark_stack_->IsEmpty()); in FinishPhase()
|
D | mark_sweep.cc | 1107 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/ |
D | growable_array.h | 183 bool IsEmpty() const { return num_used_ == 0; } in IsEmpty() function
|
/art/runtime/gc/space/ |
D | bump_pointer_space.h | 115 bool IsEmpty() const { in IsEmpty() function
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 134 bool IsEmpty() const { in IsEmpty() function
|
/art/runtime/ |
D | intern_table.h | 111 bool IsEmpty(const GcRoot<mirror::String>& item) const { in IsEmpty() function
|
D | class_linker.h | 724 bool IsEmpty(const GcRoot<mirror::Class>& item) const { in IsEmpty() function
|
D | dex_file.h | 1003 bool IsEmpty(const std::pair<const char*, const ClassDef*>& pair) const { in IsEmpty() function
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 346 INTRINSIC(JavaLangString, IsEmpty, _Z, kIntrinsicIsEmptyOrLength, kIntrinsicFlagIsEmpty),
|
/art/compiler/utils/arm/ |
D | assembler_arm.h | 71 bool IsEmpty() const { in IsEmpty() function
|