Home
last modified time | relevance | path

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

12

/art/runtime/base/
Dhistogram-inl.h36 DCHECK_GT(new_max, max_); in AddValue()
138 DCHECK_GT(sample_size_, 0ull); in Mean()
143 DCHECK_GT(sample_size_, 0ull); in Variance()
157 DCHECK_GT(sample_size_, 0ull); in PrintBins()
170 DCHECK_GT(sample_size_, 0ull); in DumpBins()
189 DCHECK_GT(interval, 0); in PrintConfidenceIntervals()
204 DCHECK_GT(sample_size_, 0ull); in CreateHistogram()
226 DCHECK_GT(data.perc_.size(), 0ull); in Percentile()
250 DCHECK_GT(upper_perc, lower_perc); in Percentile()
Dbounded_fifo.h57 DCHECK_GT(size_, 0U); in front()
62 DCHECK_GT(size_, 0U); in pop_front()
Dlogging.h183 #define DCHECK_GT(x, y) if (::art::kEnableDChecks) CHECK_GT(x, y) macro
Dbit_vector.cc358 DCHECK_GT(new_size, storage_size_); in EnsureSize()
/art/runtime/
Dzip_archive.cc108 DCHECK_GT(fd, 0); in OpenFromFd()
Dhandle_scope-inl.h84 DCHECK_GT(number_of_references_, 0U); in Contains()
Dmapping_table.h57 DCHECK_GT(total_size, pc_to_dex_size); in FirstDexToPcPtr()
Dindirect_reference_table.cc127 DCHECK_GT(topIndex, 1U); in Add()
Dthread.h544 DCHECK_GT(sizeof(void*), pointer_size); in ThreadOffsetFromTlsPtr()
/art/runtime/gc/
Dtask_processor.cc63 DCHECK_GT(target_time, current_time); in GetTask()
Dheap-inl.h125 DCHECK_GT(bytes_allocated, 0u); in AllocObjectWithAllocator()
126 DCHECK_GT(usable_size, 0u); in AllocObjectWithAllocator()
/art/runtime/gc/space/
Dregion_space-inl.h270 DCHECK_GT(num_bytes, kRegionSize); in AllocLarge()
272 DCHECK_GT(num_regs, 0U); in AllocLarge()
Dregion_space.cc56 DCHECK_GT(num_regions_, 0U); in RegionSpace()
179 DCHECK_GT(num_expected_large_tails, 0U); in SetFromSpace()
Dlarge_object_space.cc412 DCHECK_GT(allocation_size, 0U); in Free()
/art/runtime/mirror/
Darray.cc83 DCHECK_GT(num_dimensions, 0); in CreateMultiArray()
Darray-inl.h285 DCHECK_GT(count, 0); in Memmove()
345 DCHECK_GT(count, 0); in Memcpy()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc149 DCHECK_GT(quick_code_offset, patch_offset); in ReserveSpaceProcessPatches()
/art/patchoat/
Dpatchoat.h132 DCHECK_GT(reinterpret_cast<uintptr_t>(obj), reinterpret_cast<uintptr_t>(heap_->Begin())); in RelocatedCopyOf()
/art/compiler/dwarf/
Ddebug_info_entry_writer.h77 DCHECK_GT(depth_, 0); in EndTag()
/art/runtime/gc/accounting/
Datomic_stack.h135 DCHECK_GT(back_index_.LoadRelaxed(), front_index_.LoadRelaxed()); in PopBack()
/art/compiler/optimizing/
Dssa_liveness_analysis.h348 DCHECK_GT(first_range_->GetStart(), end); in AddRange()
564 DCHECK_GT(position, GetStart()); in SplitAt()
Dregister_allocator.cc893 DCHECK_GT(index, 0u); in PotentiallyRemoveOtherHalf()
1371 DCHECK_GT(at->GetLifetimePosition(), position); in InsertParallelMoveAt()
/art/runtime/verifier/
Dregister_line.cc120 DCHECK_GT(changed, 0u); in MarkRefsAsInitialized()
/art/runtime/gc/allocator/
Drosalloc.h318 DCHECK_GT(kNumThreadLocalSizeBrackets, 0U); in IsSizeForThreadLocal()
/art/compiler/dex/
Dmir_graph.h880 DCHECK_GT(mir->ssa_rep->num_defs, 0); in GetRawDest()

12