/art/runtime/mirror/ |
D | string.h | 61 DCHECK_LE(0, result); in GetOffset() 135 DCHECK_LE(0, new_count); in SetCount() 141 DCHECK_LE(0, new_offset); in SetOffset()
|
D | array-inl.h | 256 DCHECK_LE(dst_pos, GetLength() - count); in Memmove() 258 DCHECK_LE(src_pos, src->GetLength() - count); in Memmove() 316 DCHECK_LE(dst_pos, GetLength() - count); in Memcpy() 318 DCHECK_LE(src_pos, src->GetLength() - count); in Memcpy()
|
D | array.cc | 83 DCHECK_LE(num_dimensions, 255); in CreateMultiArray()
|
/art/runtime/base/ |
D | histogram-inl.h | 87 DCHECK_LE(val, max_); in FindBucket() 90 DCHECK_LE(bucket_idx, GetBucketCount()); in FindBucket() 129 DCHECK_LE(bucket_idx, GetBucketCount()); in GetRange() 195 DCHECK_LE(std::abs(out_data->perc_.back() - 1.0), 0.001); in CreateHistogram()
|
D | bounded_fifo.h | 48 DCHECK_LE(size_, MaxSize); in push_back()
|
D | logging.h | 84 #define DCHECK_LE(x, y) CHECK_LE(x, y) macro 106 #define DCHECK_LE(val1, val2) \ macro
|
D | bit_vector.h | 102 DCHECK_LE(start_index, BitSize()); in FindIndex()
|
D | bit_vector.cc | 270 DCHECK_LE(end, storage_size_ * kWordBits); in NumSetBits()
|
/art/runtime/gc/accounting/ |
D | space_bitmap-inl.h | 67 DCHECK_LE(visit_begin, visit_end); in VisitMarkedRange() 76 DCHECK_LE(heap_begin_, visit_begin); in VisitMarkedRange() 77 DCHECK_LE(visit_end, HeapLimit()); in VisitMarkedRange()
|
D | remembered_set.cc | 170 DCHECK_LE(space_->Begin(), start); in AssertAllDirtyCardsAreWithinSpace() 171 DCHECK_LE(end, space_->Limit()); in AssertAllDirtyCardsAreWithinSpace()
|
D | atomic_stack.h | 139 DCHECK_LE(front_index_.LoadRelaxed(), back_index_.LoadRelaxed()); in Size()
|
D | card_table-inl.h | 56 DCHECK_LE(scan_end, reinterpret_cast<byte*>(bitmap->HeapLimit())); in Scan()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmServer.cc | 28 DCHECK_LE(offset + length, static_cast<int32_t>(data.size())); in DdmServer_nativeSendChunk()
|
D | java_lang_String.cc | 40 DCHECK_LE(ch, 0xffff); in String_fastIndexOf()
|
/art/runtime/ |
D | thread-inl.h | 178 DCHECK_LE(tlsPtr_.thread_local_alloc_stack_top, tlsPtr_.thread_local_alloc_stack_end); in PushOnThreadLocalAllocationStack() 181 DCHECK_LE(reinterpret_cast<byte*>(tlsPtr_.thread_local_alloc_stack_top) + in PushOnThreadLocalAllocationStack()
|
D | mem_map.cc | 499 DCHECK_LE(new_end, End()); in RemapAtEnd() 500 DCHECK_LE(begin_ + size_, reinterpret_cast<byte*>(base_begin_) + base_size_); in RemapAtEnd() 508 DCHECK_LE(new_base_end, old_base_end); in RemapAtEnd() 514 DCHECK_LE(begin_ + size_, reinterpret_cast<byte*>(base_begin_) + base_size_); in RemapAtEnd()
|
D | indirect_reference_table.cc | 107 DCHECK_LE(alloc_entries_, max_entries_); in Add() 185 DCHECK_LE(alloc_entries_, max_entries_); in Remove()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 179 DCHECK_LE(page_map_size_, max_page_map_size_); in AllocPages() 204 DCHECK_LE(footprint_ + increment, capacity_); in AllocPages() 221 DCHECK_LE(req_byte_size, fpr_byte_size); in AllocPages() 486 DCHECK_LE(base_, ptr); in FreeInternal() 623 DCHECK_LE(size, kLargeSizeThreshold); in AllocFromRunThreadUnsafe() 629 DCHECK_LE(size, bracket_size); in AllocFromRunThreadUnsafe() 642 DCHECK_LE(size, kLargeSizeThreshold); in AllocFromRun() 648 DCHECK_LE(size, bracket_size); in AllocFromRun() 1167 DCHECK_LE(base_, ptr); in BulkFree() 1441 DCHECK_LE(base_, ptr); in UsableSize() [all …]
|
/art/compiler/dex/ |
D | mir_method_info.h | 117 DCHECK_LE(ref.dex_method_index, 0xffffu); in SetDevirtualizationTarget()
|
D | global_value_numbering.h | 102 DCHECK_LE(value, last_value_); in HasValue()
|
/art/compiler/dex/quick/ |
D | resource_mask.h | 117 DCHECK_LE(bit, kHighestCommonResource); in SetBit()
|
/art/compiler/utils/ |
D | scoped_arena_containers.h | 143 DCHECK_LE(n, max_size());
|
D | arena_containers.h | 162 DCHECK_LE(n, max_size());
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis.h | 170 DCHECK_LE(position, first_range_->GetEnd()); in AddUse() 205 DCHECK_LE(start, first_range_->GetStart()); in AddLoopRange()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 129 DCHECK_LE(length, expandBufGetLength(pReply)); in WritePacket()
|