/art/compiler/dwarf/ |
D | writer.h | 33 DCHECK_GE(value, 0); in PushUint8() 39 DCHECK_GE(value, 0); in PushUint16() 53 DCHECK_GE(value, 0); in PushUint32() 74 DCHECK_GE(value, INT8_MIN); in PushInt8() 80 DCHECK_GE(value, INT16_MIN); in PushInt16() 100 DCHECK_GE(value, 0); in PushUleb128()
|
D | debug_line_opcode_writer.h | 47 DCHECK_GE(absolute_address, current_address_); in AdvancePC() 118 DCHECK_GE(absolute_address, current_address_); in SetAddress() 157 DCHECK_GE(absolute_address, current_address_); in AddRow() 232 DCHECK_GE(code_factor_bits_, 0); in FactorCodeOffset()
|
D | debug_frame_opcode_writer.h | 46 DCHECK_GE(absolute_pc, current_pc_); in AdvancePC()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 149 DCHECK_GE(reg, arg_start); in AnalyseReturnMethod() 222 DCHECK_GE(object_reg, arg_start); in AnalyseIGetMethod() 280 DCHECK_GE(return_reg, arg_start); in AnalyseIPutMethod() 289 DCHECK_GE(object_reg, arg_start); in AnalyseIPutMethod() 291 DCHECK_GE(src_reg, arg_start); in AnalyseIPutMethod() 345 DCHECK_GE(field->GetOffset().Int32Value(), 0); in ComputeSpecialAccessorInfo()
|
/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 | 151 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/mirror/ |
D | array-inl.h | 70 DCHECK_GE(component_count, 0); in ComputeArraySize() 134 DCHECK_GE(length, minimum_length_); in operator() 283 DCHECK_GE(dst_pos, 0); in Memmove() 284 DCHECK_GE(src_pos, 0); in Memmove() 343 DCHECK_GE(dst_pos, 0); in Memcpy() 344 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()
|
/art/compiler/utils/ |
D | growable_array.h | 149 DCHECK_GE(num_used_, (size_t)0); in Pop() 154 DCHECK_GE(num_used_, (size_t)0); in Peek()
|
/art/runtime/ |
D | indirect_reference_table.cc | 112 DCHECK_GE(segment_state_.parts.numHoles, prevState.parts.numHoles); in Add() 133 DCHECK_GE(pScan, table_ + prevState.parts.topIndex); in Add() 179 DCHECK_GE(segment_state_.parts.numHoles, prevState.parts.numHoles); in Remove()
|
D | thread-inl.h | 204 DCHECK_GE(TlabSize(), bytes); in AllocTlab()
|
/art/compiler/dex/quick/ |
D | lazy_debug_frame_opcode_writer.cc | 37 DCHECK_GE(advance.pos, pos); in Patch()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86.cc | 32 DCHECK_GE(anchor_literal_offset, 5u); in PatchDexCacheReference()
|
/art/runtime/base/ |
D | histogram-inl.h | 90 DCHECK_GE(val, min_); in FindBucket() 93 DCHECK_GE(bucket_idx, 0ul); in FindBucket()
|
D | logging.h | 182 #define DCHECK_GE(x, y) if (::art::kEnableDChecks) CHECK_GE(x, y) macro
|
D | arena_allocator.h | 230 DCHECK_GE(new_size, ptr_size);
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 759 DCHECK_GE(start, 0); in UnstartedStringGetCharsNoCheck() 760 DCHECK_GE(end, string->GetLength()); in UnstartedStringGetCharsNoCheck() 799 DCHECK_GE(char_count, 0); in UnstartedStringFactoryNewStringFromChars() 828 DCHECK_GE(start, 0); in UnstartedStringFastSubstring() 829 DCHECK_GE(length, 0); in UnstartedStringFastSubstring() 856 DCHECK_GE(length, 0); in UnstartedJNIVMRuntimeNewUnpaddedArray()
|
/art/compiler/ |
D | image_writer.cc | 1065 DCHECK_GE(dest, image_->Begin() + image_end_); in CopyAndFixupNativeData() 1072 DCHECK_GE(dest, image_->Begin() + image_end_); in CopyAndFixupNativeData() 1340 DCHECK_GE(quick_code, oat_data_begin_); in GetQuickCode() 1345 DCHECK_GE(quick_code, oat_data_begin_); in GetQuickCode() 1350 DCHECK_GE(quick_code, oat_data_begin_); in GetQuickCode() 1356 DCHECK_GE(quick_code, oat_data_begin_); in GetQuickCode()
|
D | elf_writer_quick.cc | 79 DCHECK_GE(location, address) << "Patch locations are not in sorted order"; in EncodeOatPatches()
|
D | compiled_method.h | 127 DCHECK_GE(elem.from_, this->back().from_); in push_back()
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 94 DCHECK_GE(dex_to_dex_compilation_level_, kRequired); in Compile()
|
/art/runtime/gc/space/ |
D | large_object_space.cc | 195 DCHECK_GE(num_bytes_allocated_, map_size); in Free() 327 DCHECK_GE(info, allocation_info_); in GetSlotIndexForAllocationInfo()
|
/art/runtime/native/ |
D | java_lang_System.cc | 164 DCHECK_GE(count, 0); in System_arraycopyTUnchecked()
|