Home
last modified time | relevance | path

Searched refs:DCHECK_GE (Results 1 - 25 of 317) sorted by relevance

12345678910>>...13

/third_party/node/deps/v8/src/codegen/
H A Dcode-desc.cc53 DCHECK_GE(desc->safepoint_table_size, 0); in Verify()
56 DCHECK_GE(desc->handler_table_size, 0); in Verify()
59 DCHECK_GE(desc->constant_pool_size, 0); in Verify()
62 DCHECK_GE(desc->code_comments_size, 0); in Verify()
66 DCHECK_GE(desc->reloc_offset, 0); in Verify()
67 DCHECK_GE(desc->reloc_size, 0); in Verify()
68 DCHECK_GE(desc->unwinding_info_size, 0); in Verify()
H A Dbailout-reason.cc15 DCHECK_GE(reason, BailoutReason::kNoReason); in GetBailoutReason()
23 DCHECK_GE(reason, AbortReason::kNoReason); in GetAbortReason()
H A Dsource-position.h115 DCHECK_GE(script_offset, kNoSourcePosition); in SetScriptOffset()
120 DCHECK_GE(inlining_id, kNotInlined); in SetInliningId()
130 DCHECK_GE(raw, 0); in FromRaw()
/third_party/node/deps/v8/src/objects/
H A Dregexp-match-info-inl.h22 DCHECK_GE(length(), kLastMatchOverhead); in NumberOfCaptureRegisters()
28 DCHECK_GE(length(), kLastMatchOverhead); in SetNumberOfCaptureRegisters()
33 DCHECK_GE(length(), kLastMatchOverhead); in LastSubject()
38 DCHECK_GE(length(), kLastMatchOverhead); in SetLastSubject()
43 DCHECK_GE(length(), kLastMatchOverhead); in LastInput()
48 DCHECK_GE(length(), kLastMatchOverhead); in SetLastInput()
H A Djs-display-names-inl.h28 DCHECK_GE(StyleBits::kMax, style); in set_style()
37 DCHECK_GE(FallbackBit::kMax, fallback); in set_fallback()
47 DCHECK_GE(LanguageDisplayBit::kMax, language_display); in set_language_display()
H A Djs-temporal-objects-inl.h22 DCHECK_GE(upper, field); \
30 DCHECK_GE(upper, v); \
37 DCHECK_GE(upper, field); \
52 DCHECK_GE(upper, v); \
H A Dfixed-array-inl.h564 DCHECK_GE(index, 0); in get()
570 DCHECK_GE(index, 0); in set()
576 DCHECK_GE(index, 0); in copy_in()
577 DCHECK_GE(slice_length, 0); in copy_in()
585 DCHECK_GE(index, 0); in copy_out()
586 DCHECK_GE(slice_length, 0); in copy_out()
594 DCHECK_GE(index, 0); in get_int()
600 DCHECK_GE(index, 0); in set_int()
606 DCHECK_GE(index, 0); in get_uint32()
612 DCHECK_GE(inde in set_uint32()
[all...]
H A Djs-list-format-inl.h30 DCHECK_GE(StyleBits::kMax, style); in set_style()
41 DCHECK_GE(TypeBits::kMax, type); in set_type()
H A Dinternal-index.h26 DCHECK_GE(entry_, subtract); in adjust_down()
43 DCHECK_GE(std::numeric_limits<int>::max(), entry_); in as_int()
/third_party/node/deps/v8/src/heap/
H A Dallocation-stats.h64 DCHECK_GE(size + bytes, size); in IncreaseAllocatedBytes()
73 DCHECK_GE(size_, bytes); in DecreaseAllocatedBytes()
76 DCHECK_GE(allocated_on_page_[page], bytes); in DecreaseAllocatedBytes()
82 DCHECK_GE(capacity_, bytes); in DecreaseCapacity()
83 DCHECK_GE(capacity_ - bytes, size_); in DecreaseCapacity()
88 DCHECK_GE(capacity_ + bytes, capacity_); in IncreaseCapacity()
H A Dbase-space.h40 DCHECK_GE(committed_ + bytes, committed_); in AccountCommitted()
48 DCHECK_GE(committed_, committed_ - bytes); in AccountUncommitted()
H A Dnew-spaces.h272 DCHECK_GE(top(), to_space_.page_low());
310 DCHECK_GE(Capacity(), Size());
340 DCHECK_GE(age_mark_page->area_end(), age_mark); in AllocatedSinceLastGC()
344 DCHECK_GE(top(), age_mark); in AllocatedSinceLastGC()
352 DCHECK_GE(top(), current_page->area_start()); in AllocatedSinceLastGC()
474 DCHECK_GE(top(), original_top_); in MoveOriginalTopForward()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc66 DCHECK_GE(kMaxRegister, register_index); in PopRegister()
73 DCHECK_GE(kMaxRegister, register_index); in PushRegister()
80 DCHECK_GE(kMaxRegister, register_index); in WriteCurrentPositionToRegister()
95 DCHECK_GE(kMaxRegister, register_index); in ReadCurrentPositionFromRegister()
101 DCHECK_GE(kMaxRegister, register_index); in WriteStackPointerToRegister()
107 DCHECK_GE(kMaxRegister, register_index); in ReadStackPointerFromRegister()
118 DCHECK_GE(kMaxRegister, register_index); in SetRegister()
125 DCHECK_GE(kMaxRegister, register_index); in AdvanceRegister()
188 DCHECK_GE(eats_at_least, characters); in LoadCurrentCharacterImpl()
197 DCHECK_GE(kMaxCPOffse in LoadCurrentCharacterImpl()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-liveness-map.h63 DCHECK_GE(index, 0); in RegisterIsLive()
75 DCHECK_GE(index, 0); in MarkRegisterLive()
81 DCHECK_GE(index, 0); in MarkRegisterDead()
134 DCHECK_GE(offset, 0); in InsertNewLiveness()
147 DCHECK_GE(offset, 0); in GetLiveness()
152 DCHECK_GE(offset, 0); in GetLiveness()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-jump-table.h43 DCHECK_GE(case_value, case_value_base_); in is_bound()
50 DCHECK_GE(case_value, case_value_base_); in ConstantPoolEntryFor()
60 DCHECK_GE(case_value, case_value_base_); in mark_bound()
H A Dbytecode-register.h78 DCHECK_GE(bytecode, Bytecode::kFirstShortStar); in TryToShortStar()
131 DCHECK_GE(new_count, 0); in Truncate()
136 DCHECK_GE(register_count_, 0); in PopLeft()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dexplicit-management.cc82 DCHECK_GE(new_size, header.AllocatedSize() + kAllocationGranularity); in Grow()
83 DCHECK_GE(size_delta, kAllocationGranularity); in Grow()
101 DCHECK_GE(header.AllocatedSize(), new_size + kAllocationGranularity); in Shrink()
102 DCHECK_GE(size_delta, kAllocationGranularity); in Shrink()
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Ddefault_map_storage.cc33 DCHECK_GE(index, 0); in GetPrefix()
39 DCHECK_GE(index, 0); in GetDescription()
/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc47 DCHECK_GE(count, 0);
111 DCHECK_GE(count, 0);
164 Semaphore::Semaphore(int count) : native_handle_(count) { DCHECK_GE(count, 0); }
H A Dtime.cc250 DCHECK_GE(ts.tv_nsec, 0); in FromMachTimespec()
260 DCHECK_GE(delta_, 0); in ToMachTimespec()
272 DCHECK_GE(ts.tv_nsec, 0); in FromTimespec()
371 DCHECK_GE(us_, 0); in ToFiletime()
406 DCHECK_GE(ts.tv_nsec, 0); in FromTimespec()
439 DCHECK_GE(tv.tv_usec, 0); in FromTimeval()
878 DCHECK_GE(perf_counter_now, perf_counter_initial); in TSCTicksPerSecond()
888 DCHECK_GE(tsc_now, tsc_initial); in TSCTicksPerSecond()
H A Dcondition-variable.cc93 DCHECK_GE(ts.tv_sec, 0); in WaitFor()
94 DCHECK_GE(ts.tv_nsec, 0); in WaitFor()
110 DCHECK_GE(end_time, now); in WaitFor()
/third_party/gn/src/util/
H A Dsemaphore.cc38 DCHECK_GE(count, 0); in Semaphore()
70 DCHECK_GE(count, 0); in Semaphore()
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc241 DCHECK_GE(unpadded_size, 0); in WritePaddingToAlignedSize()
253 DCHECK_GE(pc_offset, last_pc_offset_); in AdvanceLocation()
279 DCHECK_GE(base_offset, 0); in SetBaseAddressOffset()
296 DCHECK_GE(base_offset, 0); in SetBaseAddressRegisterAndOffset()
351 DCHECK_GE(eh_frame_offset(), cie_size_); in Finish()
353 DCHECK_GE(eh_frame_offset(), fde_offset() + kInt32Size); in Finish()
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.cc26 DCHECK_GE(kBigitSize, BitSize(value)); in AssignUInt16()
162 DCHECK_GE(bigit_pos, 0); in AddBignum()
224 DCHECK_GE(kDoubleChunkSize, kBigitSize + 32 + 1); in MultiplyByUInt32()
284 DCHECK_GE(exponent, 0); in MultiplyByPowerOfTen()
377 DCHECK_GE(power_exponent, 0); in AssignPowerUInt16()
660 DCHECK_GE(used_digits_, 0); in Align()
661 DCHECK_GE(exponent_, 0); in Align()
667 DCHECK_GE(shift_amount, 0); in BigitsShiftLeft()
/third_party/gn/src/base/files/
H A Dfile.cc28 DCHECK_GE(file_.get(), -1); in File()
35 DCHECK_GE(platform_file, -1); in File()

Completed in 13 milliseconds

12345678910>>...13