HomeSort by relevance Sort by last modified time
    Searched refs:DCHECK_LE (Results 26 - 50 of 214) sorted by null

12 3 4 5 6 7 8 9

  /art/runtime/base/
histogram-inl.h 92 DCHECK_LE(val, max_);
95 DCHECK_LE(bucket_idx, GetBucketCount());
134 DCHECK_LE(bucket_idx, GetBucketCount());
224 DCHECK_LE(std::abs(out_data->perc_.back() - 1.0), 0.001);
  /external/ceres-solver/internal/ceres/
small_blas.h 161 DCHECK_LE(start_row_c + NUM_ROW_C, row_stride_c);
162 DCHECK_LE(start_col_c + NUM_COL_C, col_stride_c);
221 DCHECK_LE(start_row_c + NUM_ROW_C, row_stride_c);
222 DCHECK_LE(start_col_c + NUM_COL_C, col_stride_c);
  /external/regex-re2/util/
logging.h 17 #define DCHECK_LE(val1, val2) assert((val1) <= (val2))
  /external/v8/src/base/
bits.cc 17 DCHECK_LE(value, 0x80000000u);
logging.h 163 #define DCHECK_LE(v1, v2) CHECK_LE(v1, v2)
174 #define DCHECK_LE(v1, v2) ((void) 0)
  /external/v8/src/snapshot/
snapshot-source-sink.h 89 DCHECK_LE(b, kMaxUInt8);
  /art/runtime/gc/accounting/
space_bitmap-inl.h 67 DCHECK_LE(visit_begin, visit_end);
76 DCHECK_LE(heap_begin_, visit_begin);
77 DCHECK_LE(visit_end, HeapLimit());
bitmap-inl.h 59 DCHECK_LE(bit_start, bit_end);
  /external/v8/src/runtime/
runtime-forin.cc 153 DCHECK_LE(0, index);
154 DCHECK_LE(index, length);
188 DCHECK_LE(0, index);
  /art/compiler/utils/
assembler.h 123 DCHECK_LE(oldposition + size, Size());
124 DCHECK_LE(newposition + size, Size());
341 DCHECK_LE(0u, first);
342 DCHECK_LE(first, last);
343 DCHECK_LE(last, raw_data.size());
array_ref.h 172 DCHECK_LE(pos, size());
173 DCHECK_LE(length, size() - pos);
  /art/compiler/optimizing/
stack_map_stream.cc 351 DCHECK_LE(entry.inline_infos_start_index + entry.inlining_depth, inline_infos_.size());
400 DCHECK_LE(number_of_live_dex_registers, dex_register_locations_.size());
401 DCHECK_LE(start_index_in_dex_register_locations,
456 DCHECK_LE(number_of_live_dex_registers, dex_register_locations_.size());
457 DCHECK_LE(a.dex_register_locations_start_index,
459 DCHECK_LE(b.dex_register_locations_start_index,
  /art/runtime/mirror/
array-inl.h 82 DCHECK_LE((1U << component_size_shift), 8U);
287 DCHECK_LE(dst_pos, GetLength() - count);
289 DCHECK_LE(src_pos, src->GetLength() - count);
347 DCHECK_LE(dst_pos, GetLength() - count);
349 DCHECK_LE(src_pos, src->GetLength() - count);
393 DCHECK_LE(element, static_cast<uint64_t>(0xFFFFFFFFu));
  /external/v8/src/compiler/
js-call-reducer.cc 70 DCHECK_LE(2u, p.arity());
88 DCHECK_LE(2u, p.arity());
105 DCHECK_LE(2u, arity);
194 DCHECK_LE(2u, arity);
276 DCHECK_LE(2u, arity);
367 DCHECK_LE(2u, p.arity());
  /art/compiler/debug/
elf_debug_loc_writer.h 115 DCHECK_LE(pc_offset, method_info->code_size);
116 DCHECK_LE(compilation_unit_code_address, method_info->code_address);
132 DCHECK_LE(low_pc, high_pc);
  /art/runtime/gc/space/
region_space-inl.h 130 DCHECK_LE(atomic_top->LoadRelaxed(), end_);
132 DCHECK_LE(new_top, end_);
273 DCHECK_LE(num_bytes, num_regs * kRegionSize);
  /art/compiler/linker/
relative_patcher.cc 107 DCHECK_LE(aligned_code_delta, sizeof(kPadding));
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 45 DCHECK_LE(aligned_offset - unprocessed_patches_.front().second, max_positive_displacement_);
174 DCHECK_LE(target_offset - patch_offset, max_positive_displacement_);
  /art/runtime/
thread-inl.h 245 DCHECK_LE(tlsPtr_.thread_local_alloc_stack_top, tlsPtr_.thread_local_alloc_stack_end);
248 DCHECK_LE(reinterpret_cast<uint8_t*>(tlsPtr_.thread_local_alloc_stack_top) +
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 233 #define DCHECK_LE(a, b) CHECK_LE(a, b)
241 #define DCHECK_LE(a, b)
  /external/v8/src/base/platform/
platform-aix.cc 148 DCHECK_LE(base, aligned_base);
158 DCHECK_LE(aligned_size, request_size);
platform-freebsd.cc 149 DCHECK_LE(base, aligned_base);
159 DCHECK_LE(aligned_size, request_size);
platform-macos.cc 142 DCHECK_LE(base, aligned_base);
152 DCHECK_LE(aligned_size, request_size);
platform-openbsd.cc 180 DCHECK_LE(base, aligned_base);
190 DCHECK_LE(aligned_size, request_size);
platform-qnx.cc 206 DCHECK_LE(base, aligned_base);
216 DCHECK_LE(aligned_size, request_size);

Completed in 586 milliseconds

12 3 4 5 6 7 8 9