Home
last modified time | relevance | path

Searched refs:DCHECK_LE (Results 1 - 25 of 380) sorted by relevance

12345678910>>...16

/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data-inl.h31 DCHECK_LE(desc.metadata_offset, data_size_); in MetadataStartOfBuiltin()
45 DCHECK_LE(desc.handler_table_offset, data_size_); in SafepointTableStartOf()
53 DCHECK_LE(desc.handler_table_offset, desc.constant_pool_offset); in SafepointTableSizeOf()
55 DCHECK_LE(desc.handler_table_offset, desc.code_comments_offset_offset); in SafepointTableSizeOf()
64 DCHECK_LE(desc.handler_table_offset, data_size_); in HandlerTableStartOf()
72 DCHECK_LE(desc.handler_table_offset, desc.constant_pool_offset); in HandlerTableSizeOf()
75 DCHECK_LE(desc.handler_table_offset, desc.code_comments_offset_offset); in HandlerTableSizeOf()
85 DCHECK_LE(desc.constant_pool_offset, data_size_); in ConstantPoolStartOf()
96 DCHECK_LE(desc.constant_pool_offset, desc.code_comments_offset_offset); in ConstantPoolSizeOf()
107 DCHECK_LE(des in CodeCommentsStartOf()
[all...]
/third_party/node/deps/v8/src/heap/base/
H A Dactive-system-pages.cc19 DCHECK_LE(RoundUp(user_page_size, page_size) >> page_size_bits, in Init()
30 DCHECK_LE(start, end); in Add()
31 DCHECK_LE(end, kMaxPages * page_size); in Add()
39 DCHECK_LE(start_page_bit, end_page_bit); in Add()
42 DCHECK_LE(bits, kMaxPages); in Add()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc65 DCHECK_LE(0, register_index); in PopRegister()
72 DCHECK_LE(0, register_index); in PushRegister()
79 DCHECK_LE(0, register_index); in WriteCurrentPositionToRegister()
94 DCHECK_LE(0, register_index); in ReadCurrentPositionFromRegister()
100 DCHECK_LE(0, register_index); in WriteStackPointerToRegister()
106 DCHECK_LE(0, register_index); in ReadStackPointerFromRegister()
117 DCHECK_LE(0, register_index); in SetRegister()
124 DCHECK_LE(0, register_index); in AdvanceRegister()
196 DCHECK_LE(kMinCPOffset, cp_offset); in LoadCurrentCharacterImpl()
333 DCHECK_LE( in CheckNotBackReference()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects-inl.h23 DCHECK_LE(lower, field); \
31 DCHECK_LE(lower, v); \
38 DCHECK_LE(lower, field); \
53 DCHECK_LE(lower, v); \
H A Dfixed-array-inl.h220 DCHECK_LE(dst_index + len, length()); in MoveElements()
221 DCHECK_LE(src_index + len, length()); in MoveElements()
231 DCHECK_LE(dst_index + len, length()); in CopyElements()
232 DCHECK_LE(src_index + len, src.length()); in CopyElements()
328 DCHECK_LE(valid_entries, array->number_of_entries()); in LinearSearch()
470 DCHECK_LE(dst_index + len, length()); in CopyElements()
471 DCHECK_LE(src_index + len, src.length()); in CopyElements()
505 DCHECK_LE(dst_index + len, capacity()); in CopyElements()
506 DCHECK_LE(src_index + len, src.capacity()); in CopyElements()
578 DCHECK_LE(slice_lengt in copy_in()
[all...]
H A Dordered-hash-table.h438 DCHECK_LE(capacity, kMaxCapacity); in SizeFor()
453 DCHECK_LE(capacity, kMaxCapacity); in Capacity()
461 DCHECK_LE(nof_elements, Capacity()); in NumberOfElements()
468 DCHECK_LE(nof_deleted_elements, Capacity()); in NumberOfDeletedElements()
525 DCHECK_LE(static_cast<unsigned>(bucket), NumberOfBuckets());
530 DCHECK_LE(static_cast<unsigned>(bucket), NumberOfBuckets());
572 DCHECK_LE(static_cast<unsigned>(num), Capacity());
577 DCHECK_LE(static_cast<unsigned>(num), Capacity());
634 DCHECK_LE(used, Capacity());
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.cc58 DCHECK_LE(0, bytes); in NopBytes()
84 DCHECK_LE(0, bytes);
126 DCHECK_LE(0, bytes);
196 DCHECK_LE(0, bytes);
243 DCHECK_LE(0, bytes);
278 DCHECK_LE(0, bytes);
308 DCHECK_LE(0, bytes);
364 DCHECK_LE(0, bytes);
404 DCHECK_LE(0, bytes);
H A Ddecoder.h63 DCHECK_LE(start, pc); in Decoder()
64 DCHECK_LE(pc, end); in Decoder()
72 DCHECK_LE(start_, pc); in validate_size()
233 DCHECK_LE(pc_, end_); in checkAvailable()
287 DCHECK_LE(start, end); in traceByteRange()
309 DCHECK_LE(start, end); in Reset()
334 DCHECK_LE(start_, pc); in pc_offset()
343 DCHECK_LE(buffer_offset_, offset); in GetBufferRelativeOffset()
351 DCHECK_LE(pc_, end_); in lookahead()
/third_party/gn/src/util/
H A Dauto_reset_event.h30 DCHECK_LE(old_status, 1); in Signal()
46 DCHECK_LE(old_status, 1);
/third_party/node/deps/v8/src/compiler/
H A Dopcodes.cc29 DCHECK_LE(0, static_cast<int>(value)); in Mnemonic()
30 DCHECK_LE(static_cast<int>(value), IrOpcode::Value::kLast); in Mnemonic()
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.h217 DCHECK_LE(start, end); in EhFrameIterator()
236 DCHECK_LE(next_, end_); in Skip()
250 DCHECK_LE(next_, end_); in Done()
274 DCHECK_LE(next_ + sizeof(result), end_); in GetNextValue()
H A Deh-frame.cc247 DCHECK_LE(padding_size, static_cast<int>(sizeof(kPadding))); in WritePaddingToAlignedSize()
311 DCHECK_LE(dwarf_register_code, EhFrameConstants::kSavedRegisterMask); in RecordRegisterSavedToStack()
406 DCHECK_LE(next_ + size, end_); in GetNextULeb128()
414 DCHECK_LE(next_ + size, end_); in GetNextSLeb128()
602 DCHECK_LE(cie_directives_start, cie_directives_end); in DisassembleToStream()
631 DCHECK_LE(fde_directives_start, fde_directives_end); in DisassembleToStream()
H A Dunwinding-info-win64.cc208 DCHECK_LE(masm.instruction_size(), sizeof(record->exception_thunk)); in InitUnwindingRecord()
263 DCHECK_LE(pre_index_offset, -8); in MakeOpSaveFpLrX()
295 DCHECK_LE(encoded_value, 0xff); in MakeOpAddFpArgument()
365 DCHECK_LE(func_len, kMaxFunctionLength); in GetUnwindInfoForBuiltinFunction()
474 DCHECK_LE(remaining_size_in_bytes, 0);
486 DCHECK_LE(masm.instruction_size(), sizeof(record->exception_thunk));
/third_party/node/deps/v8/src/inspector/
H A Dstring-16.cc166 DCHECK_LE(0, chars); in appendNumber()
178 DCHECK_LE(0, chars); in appendNumber()
187 DCHECK_LE(0, chars); in appendUnsignedAsHex()
195 DCHECK_LE(0, chars); in appendUnsignedAsHex()
203 DCHECK_LE(0, chars); in appendUnsignedAsHex()
/third_party/node/deps/v8/src/utils/
H A Didentity-map.cc83 DCHECK_LE(size_, capacity_); in InsertKey()
235 DCHECK_LE(0, index); in KeyAtIndex()
243 DCHECK_LE(0, index); in EntryAtIndex()
251 DCHECK_LE(-1, index); in NextIndex()
252 DCHECK_LE(index, capacity_); in NextIndex()
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc54 DCHECK_LE(actual_pages, expected_pages); in EnsureCurrentCapacity()
181 DCHECK_LE(new_capacity, maximum_capacity_); in GrowTo()
320 DCHECK_LE(committed_physical_memory_, in IncrementCommittedPhysicalMemory()
327 DCHECK_LE(decrement_value, committed_physical_memory_); in DecrementCommittedPhysicalMemory()
334 DCHECK_LE(page->address(), start); in AddRangeToActiveSystemPages()
336 DCHECK_LE(end, page->address() + Page::kPageSize); in AddRangeToActiveSystemPages()
425 DCHECK_LE(start, end); in AssertValidRange()
565 DCHECK_LE(top(), new_limit); in UpdateInlineAllocationLimit()
566 DCHECK_LE(new_limit, to_space_.page_high()); in UpdateInlineAllocationLimit()
711 DCHECK_LE(allocation_info in VerifyTop()
[all...]
H A Dmemory-chunk-layout.cc58 DCHECK_LE(kMaxRegularHeapObjectSize, memory); in AllocatableMemoryInDataPage()
72 DCHECK_LE(size, kMaxRegularHeapObjectSize); in MaxRegularCodeObjectSize()
H A Dinvalidated-slots-inl.h20 DCHECK_LE(last_slot_, slot); in IsValid()
68 DCHECK_LE(last_free_, free_start); in Free()
H A Dpaged-spaces.cc393 DCHECK_LE(top(), new_limit); in DecreaseLimit()
556 DCHECK_LE(top(), limit()); in TryAllocationFromFreeListMain()
590 DCHECK_LE(limit, end); in TryAllocationFromFreeListMain()
591 DCHECK_LE(size_in_bytes, limit - start); in TryAllocationFromFreeListMain()
681 DCHECK_LE(min_size_in_bytes, max_size_in_bytes); in TryAllocationFromFreeListBackground()
708 DCHECK_LE(limit, end); in TryAllocationFromFreeListBackground()
709 DCHECK_LE(min_size_in_bytes, limit - start); in TryAllocationFromFreeListBackground()
856 DCHECK_LE(real_allocated, accounting_stats_.AllocatedOnPage(page)); in VerifyCountersAfterSweeping()
892 DCHECK_LE(top(), new_limit); in UpdateInlineAllocationLimit()
893 DCHECK_LE(new_limi in UpdateInlineAllocationLimit()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-reflect.cc22 DCHECK_LE(4, args.length()); in BUILTIN()
52 DCHECK_LE(3, args.length()); in BUILTIN()
78 DCHECK_LE(2, args.length()); in BUILTIN()
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc27 DCHECK_LE(position, context.length()); in SatisfiesAssertion()
159 DCHECK_LE(input_index_, input_.length()); in NfaInterpreter()
187 DCHECK_LE(match_begin, match_end); in FindMatches()
289 DCHECK_LE(input_index_, input_.length()); in SetInputIndex()
502 DCHECK_LE(pc_last_input_index_[pc], input_index_); in IsPcProcessed()
509 DCHECK_LE(pc_last_input_index_[pc], input_index_); in MarkPcProcessed()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecodes.h580 DCHECK_LE(bytecode, Bytecode::kLast); in ToByte()
587 DCHECK_LE(bytecode, Bytecode::kLast); in FromByte()
626 DCHECK_LE(bytecode, Bytecode::kLast); in GetImplicitRegisterUse()
817 DCHECK_LE(bytecode, Bytecode::kLast);
823 DCHECK_LE(bytecode, Bytecode::kLast);
832 DCHECK_LE(bytecode, Bytecode::kLast);
838 DCHECK_LE(bytecode, Bytecode::kLast);
845 DCHECK_LE(bytecode, Bytecode::kLast);
868 DCHECK_LE(bytecode, Bytecode::kLast);
870 DCHECK_LE(operand_scal
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dmutex.cc199 DCHECK_LE(0, level_); in Lock()
219 DCHECK_LE(0, level_); in TryLock()
358 DCHECK_LE(0, level_);
378 DCHECK_LE(0, level_);
/third_party/node/deps/v8/src/base/
H A Dvector.h41 DCHECK_LE(from, to); in SubVector()
42 DCHECK_LE(to, length_); in SubVector()
104 DCHECK_LE(offset, length_); in operator +()
109 DCHECK_LE(offset, length_); in operator +=()
/third_party/node/deps/v8/src/zone/
H A Dzone-list-inl.h68 DCHECK_LE(length_, new_capacity); in Resize()
141 DCHECK_LE(cmp(&data_[i - 1], &data_[i]), 0); in Sort()
153 DCHECK_LE(cmp(&data_[i - 1], &data_[i]), 0); in StableSort()

Completed in 18 milliseconds

12345678910>>...16