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

1 2 34 5 6 7 8 9

  /art/runtime/base/
logging.h 185 #define DCHECK_LE(x, y) if (::art::kEnableDChecks) CHECK_LE(x, y)
scoped_arena_containers.h 152 DCHECK_LE(n, max_size());
arena_allocator.cc 359 DCHECK_LE(bytes, new_arena->Size());
bit_vector.cc 241 DCHECK_LE(end, storage_size_ * kWordBits);
  /art/runtime/gc/accounting/
atomic_stack.h 163 DCHECK_LE(front_index_.LoadRelaxed(), back_index_.LoadRelaxed());
card_table-inl.h 57 DCHECK_LE(scan_end, reinterpret_cast<uint8_t*>(bitmap->HeapLimit()));
  /art/runtime/
leb128.h 148 DCHECK_LE(value, old_value);
mem_map.cc 521 DCHECK_LE(new_end, End());
522 DCHECK_LE(begin_ + size_, reinterpret_cast<uint8_t*>(base_begin_) + base_size_);
530 DCHECK_LE(new_base_end, old_base_end);
536 DCHECK_LE(begin_ + size_, reinterpret_cast<uint8_t*>(base_begin_) + base_size_);
    [all...]
utf.cc 47 DCHECK_LE(byte_count, strlen(utf8));
  /art/runtime/mirror/
string.h 68 DCHECK_LE(0, new_count);
  /art/runtime/native/
java_lang_String.cc 69 DCHECK_LE(ch, 0xffff);
  /external/libchrome/base/metrics/
sample_vector.cc 126 DCHECK_LE(bucket_ranges_->range(mid), value);
field_trial.cc 161 DCHECK_LE(group_probability, divisor_);
169 DCHECK_LE(accumulated_group_probability_, divisor_);
  /external/libchrome/sandbox/linux/services/
credentials.cc 199 DCHECK_LE(0, proc_fd);
  /external/v8/src/
bit-vector.h 69 DCHECK_LE(0, length);
frames-inl.h 179 DCHECK_LE(0, index);
handles.cc 140 DCHECK_LE(canonical_level_, isolate_->handle_scope_data()->level);
layout-descriptor-inl.h 172 DCHECK_LE(num_descriptors, descriptors->number_of_descriptors());
  /external/v8/src/interpreter/
bytecode-array-iterator.cc 132 DCHECK_LE(operand_index, Bytecodes::NumberOfOperands(current_bytecode()));
bytecode-peephole-optimizer.cc 83 DCHECK_LE(index, node->operand_count());
constant-array-builder.cc 25 DCHECK_LE(reserved_, capacity() - constants_.size());
  /system/core/base/include/android-base/
logging.h 237 #define DCHECK_LE(x, y) \
  /external/v8/src/compiler/
common-operator-reducer.cc 193 DCHECK_LE(1, input_count);
217 DCHECK_LE(1, input_count);
  /external/v8/src/heap/
spaces-inl.h 94 DCHECK_LE(cur_addr_, cur_end_);
268 DCHECK_LE(static_cast<size_t>(live_byte_count_), size_);
  /art/runtime/hprof/
hprof.cc 235 DCHECK_LE(offset, length_ - 4);
298 DCHECK_LE(offset, length_ - 4);
767 DCHECK_LE(file_output.SumLength(), overall_size);
812 DCHECK_LE(net_output.SumLength(), overall_size + kChunkHeaderSize);
    [all...]

Completed in 1259 milliseconds

1 2 34 5 6 7 8 9