/art/compiler/debug/dwarf/ |
D | writer.h | 36 DCHECK_GE(value, 0); in PushUint8() 42 DCHECK_GE(value, 0); in PushUint16() 56 DCHECK_GE(value, 0); in PushUint32() 77 DCHECK_GE(value, INT8_MIN); in PushInt8() 83 DCHECK_GE(value, INT16_MIN); in PushInt16() 103 DCHECK_GE(value, 0); in PushUleb128()
|
D | debug_line_opcode_writer.h | 49 DCHECK_GE(absolute_address, current_address_); in AdvancePC() 124 DCHECK_GE(absolute_address, current_address_); in SetAddress() 163 DCHECK_GE(absolute_address, current_address_); in AddRow() 240 DCHECK_GE(code_factor_bits_, 0); in FactorCodeOffset()
|
/art/compiler/linker/ |
D | multi_oat_relative_patcher.cc | 48 DCHECK_GE(relative_patcher_->CodeAlignmentSize(), start_size_code_alignment_); in CodeAlignmentSize() 53 DCHECK_GE(relative_patcher_->RelativeCallThunksSize(), start_size_relative_call_thunks_); in RelativeCallThunksSize() 58 DCHECK_GE(relative_patcher_->MiscThunksSize(), start_size_misc_thunks_); in MiscThunksSize()
|
/art/runtime/lambda/ |
D | closure.cc | 100 DCHECK_GE(GetSize(), captured_variable_offset); // Prevent underflows. in GetCapturedVariablesSize() 110 DCHECK_GE(static_closure_size, sizeof(captured_[0].dynamic_.size_)); in GetSize() 113 DCHECK_GE(dynamic_closure_size, static_closure_size); in GetSize() 119 DCHECK_GE(target_size, GetSize()); in CopyTo() 369 DCHECK_GE(destination_room, src_size); in CopyUnsafeAtOffset() 400 DCHECK_GE(dynamic_size, closure_info->GetStaticClosureSize()); in GetClosureSize()
|
D | closure_builder.cc | 196 DCHECK_GE(remaining_size, var_size); in WriteValues()
|
D | box_table.cc | 49 DCHECK_GE(size, sizeof(Closure)); in Allocate()
|
/art/profman/ |
D | profile_assistant.cc | 77 DCHECK_GE(fd, 0); in InitFlock() 102 DCHECK_GE(fds[i], 0); in Init() 120 DCHECK_GE(reference_profile_file_fd, 0); in ProcessProfiles()
|
/art/runtime/gc/collector/ |
D | immune_spaces.cc | 76 DCHECK_GE(end, begin); in CreateLargestImmuneRegion() 77 DCHECK_GE(begin, cur_end); in CreateLargestImmuneRegion()
|
/art/runtime/gc/accounting/ |
D | space_bitmap-inl.h | 35 DCHECK_GE(addr, heap_begin_); in AtomicTestAndSet() 59 DCHECK_GE(addr, heap_begin_); in Test() 161 DCHECK_GE(addr, heap_begin_); in Modify()
|
D | atomic_stack.h | 150 DCHECK_GE(Size(), static_cast<size_t>(n)); in PopBackCount()
|
D | card_table-inl.h | 55 DCHECK_GE(scan_begin, reinterpret_cast<uint8_t*>(bitmap->HeapBegin())); in Scan()
|
/art/runtime/jit/ |
D | profiling_info.h | 43 DCHECK_GE(kIndividualCacheSize, 2); in IsMonomorphic() 68 DCHECK_GE(kIndividualCacheSize, 3); in IsPolymorphic()
|
D | offline_profiling_info.cc | 181 DCHECK_GE(fd, 0); in Save() 474 DCHECK_GE(fd, 0); in LoadInternal()
|
/art/runtime/mirror/ |
D | array-inl.h | 70 DCHECK_GE(component_count, 0); in ComputeArraySize() 133 DCHECK_GE(length, minimum_length_); in operator() 282 DCHECK_GE(dst_pos, 0); in Memmove() 283 DCHECK_GE(src_pos, 0); in Memmove() 342 DCHECK_GE(dst_pos, 0); in Memcpy() 343 DCHECK_GE(src_pos, 0); in Memcpy()
|
D | array.cc | 130 DCHECK_GE(new_length, 0); in CopyOf()
|
D | array.h | 57 DCHECK_GE(length, 0); in SetLength()
|
D | string-inl.h | 204 DCHECK_GE(array->GetLength(), count); in AllocFromCharArray()
|
/art/runtime/ |
D | indirect_reference_table.cc | 129 DCHECK_GE(segment_state_.parts.numHoles, prevState.parts.numHoles); in Add() 150 DCHECK_GE(pScan, table_ + prevState.parts.topIndex); in Add() 196 DCHECK_GE(segment_state_.parts.numHoles, prevState.parts.numHoles); in Remove()
|
D | indenter.h | 128 DCHECK_GE(indenter_.count_, adjustment); in DecreaseIndentation()
|
D | thread-inl.h | 237 DCHECK_GE(TlabSize(), bytes); in AllocTlab()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86.cc | 32 DCHECK_GE(anchor_literal_offset, 5u); in PatchPcRelativeReference()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 544 DCHECK_GE(reg, arg_start); in AnalyseReturnMethod() 619 DCHECK_GE(object_reg, arg_start); in AnalyseIGetMethod() 679 DCHECK_GE(return_reg, arg_start); in AnalyseIPutMethod() 688 DCHECK_GE(object_reg, arg_start); in AnalyseIPutMethod() 690 DCHECK_GE(src_reg, arg_start); in AnalyseIPutMethod() 746 DCHECK_GE(field->GetOffset().Int32Value(), 0); in ComputeSpecialAccessorInfo()
|
/art/runtime/base/ |
D | histogram-inl.h | 91 DCHECK_GE(val, min_); in FindBucket() 94 DCHECK_GE(bucket_idx, 0ul); in FindBucket()
|
D | logging.h | 187 #define DCHECK_GE(x, y) if (::art::kEnableDChecks) CHECK_GE(x, y) macro
|
/art/compiler/optimizing/ |
D | common_arm64.h | 253 DCHECK_GE(sizeof(art_core_registers) * 8, num_core); in ArtVixlRegCodeCoherentForRegSet() 254 DCHECK_GE(sizeof(art_fpu_registers) * 8, num_fpu); in ArtVixlRegCodeCoherentForRegSet()
|