Home
last modified time | relevance | path

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

123

/art/compiler/dwarf/
Dwriter.h34 DCHECK_LE(value, UINT8_MAX); in PushUint8()
40 DCHECK_LE(value, UINT16_MAX); in PushUint16()
58 DCHECK_LE(value, UINT32_MAX); in PushUint32()
75 DCHECK_LE(value, INT8_MAX); in PushInt8()
81 DCHECK_LE(value, INT16_MAX); in PushInt16()
145 DCHECK_LE(offset + UnsignedLeb128Size(value), data_->size()); in UpdateUleb128()
/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc33 DCHECK_LE(literal_offset + 4u, code->size()); in PatchCall()
92 DCHECK_LE(offset + 4u, code->size()); in SetInsn32()
102 DCHECK_LE(offset + 4u, code.size()); in GetInsn32()
Drelative_patcher_arm_base.cc164 DCHECK_LE(target_offset - patch_offset, max_positive_displacement_); in ReserveSpaceProcessPatches()
/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()
Dbitmap-inl.h59 DCHECK_LE(bit_start, bit_end); in VisitSetBits()
/art/runtime/mirror/
Darray-inl.h82 DCHECK_LE((1U << component_size_shift), 8U); in ComputeArraySize()
288 DCHECK_LE(dst_pos, GetLength() - count); in Memmove()
290 DCHECK_LE(src_pos, src->GetLength() - count); in Memmove()
348 DCHECK_LE(dst_pos, GetLength() - count); in Memcpy()
350 DCHECK_LE(src_pos, src->GetLength() - count); in Memcpy()
392 DCHECK_LE((uintptr_t)element, 0xFFFFFFFFu); in SetElementPtrSize()
Darray.cc84 DCHECK_LE(num_dimensions, 255); in CreateMultiArray()
/art/runtime/base/
Dhistogram-inl.h91 DCHECK_LE(val, max_); in FindBucket()
94 DCHECK_LE(bucket_idx, GetBucketCount()); in FindBucket()
133 DCHECK_LE(bucket_idx, GetBucketCount()); in GetRange()
216 DCHECK_LE(std::abs(out_data->perc_.back() - 1.0), 0.001); in CreateHistogram()
Dbounded_fifo.h51 DCHECK_LE(size_, kMaxSize); in push_back()
Dbit_vector-inl.h50 DCHECK_LE(start_index, BitSize()); in FindIndex()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.cc27 DCHECK_LE(patch.LiteralOffset() + 4u, code->size()); in PatchDexCacheReference()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc31 DCHECK_LE(offset + length, static_cast<int32_t>(data.size())); in DdmServer_nativeSendChunk()
/art/compiler/linker/x86/
Drelative_patcher_x86_base.cc39 DCHECK_LE(literal_offset + 4u, code->size()); in PatchCall()
Drelative_patcher_x86.cc43 DCHECK_LE(literal_offset, code->size()); in PatchDexCacheReference()
/art/runtime/gc/space/
Dregion_space.h380 DCHECK_LE(live_bytes_, BytesAllocated()); in AddLiveBytes()
391 DCHECK_LE(live_bytes_, BytesAllocated()); in GetLivePercent()
395 DCHECK_LE(result, 100U); in GetLivePercent()
408 DCHECK_LE(begin_, top_); in BytesAllocated()
410 DCHECK_LE(bytes, kRegionSize); in BytesAllocated()
Dregion_space-inl.h130 DCHECK_LE(atomic_top->LoadRelaxed(), end_); in Alloc()
132 DCHECK_LE(new_top, end_); in Alloc()
274 DCHECK_LE(num_bytes, num_regs * kRegionSize); in AllocLarge()
/art/runtime/
Dlock_word-inl.h61 DCHECK_LE(mon->GetMonitorId(), static_cast<uint32_t>(kMaxMonitorId)); in LockWord()
Dthread-inl.h212 DCHECK_LE(tlsPtr_.thread_local_alloc_stack_top, tlsPtr_.thread_local_alloc_stack_end); in PushOnThreadLocalAllocationStack()
215 DCHECK_LE(reinterpret_cast<uint8_t*>(tlsPtr_.thread_local_alloc_stack_top) + in PushOnThreadLocalAllocationStack()
Dmem_map.cc559 DCHECK_LE(new_end, End()); in RemapAtEnd()
560 DCHECK_LE(begin_ + size_, reinterpret_cast<uint8_t*>(base_begin_) + base_size_); in RemapAtEnd()
568 DCHECK_LE(new_base_end, old_base_end); in RemapAtEnd()
574 DCHECK_LE(begin_ + size_, reinterpret_cast<uint8_t*>(base_begin_) + base_size_); in RemapAtEnd()
Dleb128.h147 DCHECK_LE(value, old_value); in UpdateUnsignedLeb128()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc135 DCHECK_LE(literal_offset + 4u, code->size()); in PatchCall()
299 DCHECK_LE(offset + 4u, code->size()); in SetInsn()
309 DCHECK_LE(offset + 4u, code.size()); in GetInsn()
/art/runtime/gc/allocator/
Drosalloc.cc184 DCHECK_LE(page_map_size_, max_page_map_size_); in AllocPages()
209 DCHECK_LE(footprint_ + increment, capacity_); in AllocPages()
226 DCHECK_LE(req_byte_size, fpr_byte_size); in AllocPages()
496 DCHECK_LE(base_, ptr); in FreeInternal()
637 DCHECK_LE(size, kLargeSizeThreshold); in AllocFromRunThreadUnsafe()
643 DCHECK_LE(size, bracket_size); in AllocFromRunThreadUnsafe()
661 DCHECK_LE(size, kLargeSizeThreshold); in AllocFromRun()
667 DCHECK_LE(size, bracket_size); in AllocFromRun()
927 DCHECK_LE(num_alloc_slots, num_slots); in NumberOfFreeSlots()
928 DCHECK_LE(num_free_slots, num_slots); in NumberOfFreeSlots()
[all …]
/art/compiler/linker/
Drelative_patcher.cc88 DCHECK_LE(aligned_code_delta, sizeof(kPadding)); in WriteCodeAlignment()
/art/compiler/dex/quick/
Dresource_mask.h143 DCHECK_LE(bit, kHighestCommonResource); in SetBit()

123