Home
last modified time | relevance | path

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

12

/art/runtime/mirror/
Dstring.h61 DCHECK_LE(0, result); in GetOffset()
135 DCHECK_LE(0, new_count); in SetCount()
141 DCHECK_LE(0, new_offset); in SetOffset()
Darray-inl.h256 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()
Darray.cc83 DCHECK_LE(num_dimensions, 255); in CreateMultiArray()
/art/runtime/base/
Dhistogram-inl.h87 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()
Dbounded_fifo.h48 DCHECK_LE(size_, MaxSize); in push_back()
Dlogging.h84 #define DCHECK_LE(x, y) CHECK_LE(x, y) macro
106 #define DCHECK_LE(val1, val2) \ macro
Dbit_vector.h102 DCHECK_LE(start_index, BitSize()); in FindIndex()
Dbit_vector.cc270 DCHECK_LE(end, storage_size_ * kWordBits); in NumSetBits()
/art/runtime/gc/accounting/
Dspace_bitmap-inl.h67 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()
Dremembered_set.cc170 DCHECK_LE(space_->Begin(), start); in AssertAllDirtyCardsAreWithinSpace()
171 DCHECK_LE(end, space_->Limit()); in AssertAllDirtyCardsAreWithinSpace()
Datomic_stack.h139 DCHECK_LE(front_index_.LoadRelaxed(), back_index_.LoadRelaxed()); in Size()
Dcard_table-inl.h56 DCHECK_LE(scan_end, reinterpret_cast<byte*>(bitmap->HeapLimit())); in Scan()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc28 DCHECK_LE(offset + length, static_cast<int32_t>(data.size())); in DdmServer_nativeSendChunk()
Djava_lang_String.cc40 DCHECK_LE(ch, 0xffff); in String_fastIndexOf()
/art/runtime/
Dthread-inl.h178 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()
Dmem_map.cc499 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()
Dindirect_reference_table.cc107 DCHECK_LE(alloc_entries_, max_entries_); in Add()
185 DCHECK_LE(alloc_entries_, max_entries_); in Remove()
/art/runtime/gc/allocator/
Drosalloc.cc179 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/
Dmir_method_info.h117 DCHECK_LE(ref.dex_method_index, 0xffffu); in SetDevirtualizationTarget()
Dglobal_value_numbering.h102 DCHECK_LE(value, last_value_); in HasValue()
/art/compiler/dex/quick/
Dresource_mask.h117 DCHECK_LE(bit, kHighestCommonResource); in SetBit()
/art/compiler/utils/
Dscoped_arena_containers.h143 DCHECK_LE(n, max_size());
Darena_containers.h162 DCHECK_LE(n, max_size());
/art/compiler/optimizing/
Dssa_liveness_analysis.h170 DCHECK_LE(position, first_range_->GetEnd()); in AddUse()
205 DCHECK_LE(start, first_range_->GetStart()); in AddLoopRange()
/art/runtime/jdwp/
Djdwp_main.cc129 DCHECK_LE(length, expandBufGetLength(pReply)); in WritePacket()

12