Home
last modified time | relevance | path

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

1234

/art/compiler/debug/dwarf/
Dwriter.h37 DCHECK_LE(value, UINT8_MAX); in PushUint8()
43 DCHECK_LE(value, UINT16_MAX); in PushUint16()
61 DCHECK_LE(value, UINT32_MAX); in PushUint32()
78 DCHECK_LE(value, INT8_MAX); in PushInt8()
84 DCHECK_LE(value, INT16_MAX); in PushInt16()
150 DCHECK_LE(offset + UnsignedLeb128Size(value), data_->size()); in UpdateUleb128()
/art/runtime/base/
Darray_slice.h58 DCHECK_LE(start_offset, end_offset); in array_()
78 DCHECK_LE(start_offset, end_offset); in array_()
79 DCHECK_LE(start_offset, array->size()); in array_()
80 DCHECK_LE(end_offset, array->size()); in array_()
Dhistogram-inl.h92 DCHECK_LE(val, max_); in FindBucket()
95 DCHECK_LE(bucket_idx, GetBucketCount()); in FindBucket()
134 DCHECK_LE(bucket_idx, GetBucketCount()); in GetRange()
224 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/arm/
Drelative_patcher_thumb2.cc35 DCHECK_LE(literal_offset + 4u, code->size()); in PatchCall()
97 DCHECK_LE(offset + 4u, code->size()); in SetInsn32()
107 DCHECK_LE(offset + 4u, code.size()); in GetInsn32()
Drelative_patcher_arm_base.cc45 DCHECK_LE(aligned_offset - unprocessed_patches_.front().second, max_positive_displacement_); in ReserveSpaceEnd()
174 DCHECK_LE(target_offset - patch_offset, max_positive_displacement_); in ReserveSpaceProcessPatches()
/art/runtime/lambda/
Dclosure_builder.cc120 DCHECK_LE(header_size, GetSize()); in CreateInPlace()
131 DCHECK_LE(header_size, GetSize()); in CreateInPlace()
176 DCHECK_LE(var_size, sizeof(values_[i])); in WriteValues()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.cc28 DCHECK_LE(patch.LiteralOffset() + 4u, code->size()); in PatchPcRelativeReference()
/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.cc177 DCHECK_LE(space_->Begin(), start); in AssertAllDirtyCardsAreWithinSpace()
178 DCHECK_LE(end, space_->Limit()); in AssertAllDirtyCardsAreWithinSpace()
/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.cc41 DCHECK_LE(literal_offset + 4u, code->size()); in PatchCall()
Drelative_patcher_x86.cc44 DCHECK_LE(literal_offset, code->size()); in PatchPcRelativeReference()
/art/runtime/mirror/
Darray-inl.h82 DCHECK_LE((1U << component_size_shift), 8U); in ComputeArraySize()
287 DCHECK_LE(dst_pos, GetLength() - count); in Memmove()
289 DCHECK_LE(src_pos, src->GetLength() - count); in Memmove()
347 DCHECK_LE(dst_pos, GetLength() - count); in Memcpy()
349 DCHECK_LE(src_pos, src->GetLength() - count); in Memcpy()
393 DCHECK_LE(element, static_cast<uint64_t>(0xFFFFFFFFu)); in SetElementPtrSize()
/art/runtime/
Dlock_word-inl.h61 DCHECK_LE(mon->GetMonitorId(), static_cast<uint32_t>(kMaxMonitorId)); in LockWord()
Dthread-inl.h245 DCHECK_LE(tlsPtr_.thread_local_alloc_stack_top, tlsPtr_.thread_local_alloc_stack_end); in PushOnThreadLocalAllocationStack()
248 DCHECK_LE(reinterpret_cast<uint8_t*>(tlsPtr_.thread_local_alloc_stack_top) + in PushOnThreadLocalAllocationStack()
/art/compiler/utils/
Dassembler.h123 DCHECK_LE(oldposition + size, Size()); in Move()
124 DCHECK_LE(newposition + size, Size()); in Move()
341 DCHECK_LE(0u, first); in AppendRawData()
342 DCHECK_LE(first, last); in AppendRawData()
343 DCHECK_LE(last, raw_data.size()); in AppendRawData()
Darray_ref.h172 DCHECK_LE(pos, size()); in SubArray()
173 DCHECK_LE(length, size() - pos); in SubArray()
/art/compiler/optimizing/
Dstack_map_stream.cc351 DCHECK_LE(entry.inline_infos_start_index + entry.inlining_depth, inline_infos_.size()); in FillIn()
400 DCHECK_LE(number_of_live_dex_registers, dex_register_locations_.size()); in FillInDexRegisterMap()
401 DCHECK_LE(start_index_in_dex_register_locations, in FillInDexRegisterMap()
456 DCHECK_LE(number_of_live_dex_registers, dex_register_locations_.size()); in HaveTheSameDexMaps()
457 DCHECK_LE(a.dex_register_locations_start_index, in HaveTheSameDexMaps()
459 DCHECK_LE(b.dex_register_locations_start_index, in HaveTheSameDexMaps()
/art/compiler/debug/
Delf_debug_loc_writer.h115 DCHECK_LE(pc_offset, method_info->code_size); in GetVariableLocations()
116 DCHECK_LE(compilation_unit_code_address, method_info->code_address); in GetVariableLocations()
132 DCHECK_LE(low_pc, high_pc); in GetVariableLocations()
/art/runtime/gc/space/
Dregion_space.h382 DCHECK_LE(live_bytes_, BytesAllocated()); in AddLiveBytes()
393 DCHECK_LE(live_bytes_, BytesAllocated()); in GetLivePercent()
397 DCHECK_LE(result, 100U); in GetLivePercent()
410 DCHECK_LE(begin_, top_); in BytesAllocated()
412 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()
273 DCHECK_LE(num_bytes, num_regs * kRegionSize); in AllocLarge()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc147 DCHECK_LE(literal_offset + 4u, code->size()); in PatchCall()
329 DCHECK_LE(offset + 4u, code->size()); in SetInsn()
339 DCHECK_LE(offset + 4u, code.size()); in GetInsn()
/art/compiler/linker/
Drelative_patcher.cc107 DCHECK_LE(aligned_code_delta, sizeof(kPadding)); in WriteCodeAlignment()

1234