Home
last modified time | relevance | path

Searched refs:DCHECK_GE (Results 1 – 25 of 55) sorted by relevance

123

/art/compiler/dwarf/
Dwriter.h33 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()
Ddebug_line_opcode_writer.h47 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()
Ddebug_frame_opcode_writer.h46 DCHECK_GE(absolute_pc, current_pc_); in AdvancePC()
/art/runtime/quick/
Dinline_method_analyser.cc149 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/
Dspace_bitmap-inl.h35 DCHECK_GE(addr, heap_begin_); in AtomicTestAndSet()
59 DCHECK_GE(addr, heap_begin_); in Test()
161 DCHECK_GE(addr, heap_begin_); in Modify()
Datomic_stack.h151 DCHECK_GE(Size(), static_cast<size_t>(n)); in PopBackCount()
Dcard_table-inl.h55 DCHECK_GE(scan_begin, reinterpret_cast<uint8_t*>(bitmap->HeapBegin())); in Scan()
/art/runtime/mirror/
Darray-inl.h70 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()
Darray.cc130 DCHECK_GE(new_length, 0); in CopyOf()
Darray.h57 DCHECK_GE(length, 0); in SetLength()
Dobject_array-inl.h250 DCHECK_GE(new_length, 0); in CopyOf()
/art/compiler/utils/
Dgrowable_array.h149 DCHECK_GE(num_used_, (size_t)0); in Pop()
154 DCHECK_GE(num_used_, (size_t)0); in Peek()
/art/runtime/
Dindirect_reference_table.cc112 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()
Dthread-inl.h204 DCHECK_GE(TlabSize(), bytes); in AllocTlab()
/art/compiler/dex/quick/
Dlazy_debug_frame_opcode_writer.cc37 DCHECK_GE(advance.pos, pos); in Patch()
/art/compiler/linker/x86/
Drelative_patcher_x86.cc32 DCHECK_GE(anchor_literal_offset, 5u); in PatchDexCacheReference()
/art/runtime/base/
Dhistogram-inl.h90 DCHECK_GE(val, min_); in FindBucket()
93 DCHECK_GE(bucket_idx, 0ul); in FindBucket()
Dlogging.h182 #define DCHECK_GE(x, y) if (::art::kEnableDChecks) CHECK_GE(x, y) macro
Darena_allocator.h230 DCHECK_GE(new_size, ptr_size);
/art/runtime/interpreter/
Dunstarted_runtime.cc759 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/
Dimage_writer.cc1065 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()
Delf_writer_quick.cc79 DCHECK_GE(location, address) << "Patch locations are not in sorted order"; in EncodeOatPatches()
/art/compiler/dex/
Ddex_to_dex_compiler.cc94 DCHECK_GE(dex_to_dex_compilation_level_, kRequired); in Compile()
/art/runtime/gc/space/
Dlarge_object_space.cc195 DCHECK_GE(num_bytes_allocated_, map_size); in Free()
327 DCHECK_GE(info, allocation_info_); in GetSlotIndexForAllocationInfo()
/art/runtime/native/
Djava_lang_System.cc164 DCHECK_GE(count, 0); in System_arraycopyTUnchecked()

123