Home
last modified time | relevance | path

Searched refs:DCHECK_GT (Results 1 – 25 of 246) sorted by relevance

12345678910

/third_party/node/deps/v8/src/base/numbers/
Ddouble.h37 DCHECK_GT(Sign(), 0); in AsDiyFp()
44 DCHECK_GT(value(), 0.0); in AsNormalizedDiyFp()
122 DCHECK_GT(Sign(), 0); in UpperBoundary()
131 DCHECK_GT(value(), 0.0); in NormalizedBoundaries()
/third_party/node/deps/v8/src/heap/cppgc/
Dheap-consistency.cc30 DCHECK_GT(heap_base.disallow_gc_scope_, 0); in Leave()
53 DCHECK_GT(heap_base.no_gc_scope_, 0); in Leave()
Draw-heap.h71 DCHECK_GT(kNumberOfRegularSpaces, index); in Space()
95 DCHECK_GT(spaces_.size(), space_index); in Space()
Dobject-start-bitmap.h121 DCHECK_GT(object_start_bit_map_.size(), cell_index); in FindHeader()
185 DCHECK_GT(kBitmapSize, *cell_index); in ObjectStartIndexAndBit()
Dpointer-policies.cc72 DCHECK_GT(header->ObjectEnd(), ptr); in CheckPointerImpl()
Dprefinalizer-handler.cc94 DCHECK_GT(bytes_allocated_in_prefinalizers + size, in NotifyAllocationInPrefinalizer()
/third_party/node/src/
Dblob_serializer_deserializer-inl.h157 DCHECK_GT(count, 0); // Should not read contents for vectors of size 0. in ReadArithmetic()
179 DCHECK_GT(count, 0); // Should not read contents for vectors of size 0. in ReadArithmeticVector()
190 DCHECK_GT(count, 0); // Should not read contents for vectors of size 0. in ReadNonArithmeticVector()
290 DCHECK_GT(count, 0); // Should not write contents for vectors of size 0. in WriteArithmetic()
327 DCHECK_GT(data.size(), in WriteNonArithmeticVector()
/third_party/node/deps/v8/src/parsing/
Dtoken.h217 DCHECK_GT(NUM_TOKENS, token); // token is unsigned in Name()
325 DCHECK_GT(NUM_TOKENS, token); // token is unsigned in String()
330 DCHECK_GT(NUM_TOKENS, token); // token is unsigned in StringLength()
337 DCHECK_GT(NUM_TOKENS, token); // token is unsigned in Precedence()
/third_party/node/deps/v8/src/strings/
Dstring-builder.cc112 DCHECK_GT(initial_capacity, 0); in FixedArrayBuilder()
119 DCHECK_GT(backing_store->length(), 0); in FixedArrayBuilder()
174 DCHECK_GT(estimated_part_count, 0); in ReplacementStringBuilder()
183 DCHECK_GT(length, 0); in AddString()
/third_party/cef/tests/cefclient/browser/
Dresponse_filter_test.cc61 DCHECK_GT(data_out_size, 0U); in Filter()
190 DCHECK_GT(data_out_size, 0U); in Filter()
Dbytes_write_handler.cc16 DCHECK_GT(grow, 0U); in BytesWriteHandler()
/third_party/node/deps/v8/src/heap/
Dgc-tracer-inl.h125 DCHECK_GT(Scope::NUMBER_OF_SCOPES, id); in current_scope()
144 DCHECK_GT(Scope::NUMBER_OF_SCOPES, id); in AddScopeSample()
Dobject-start-bitmap.h99 DCHECK_GT(object_start_bit_map_.size(), cell_index); in FindBasePtr()
156 DCHECK_GT(kBitmapSize, *cell_index); in ObjectStartIndexAndBit()
/third_party/node/deps/v8/src/utils/
Dbit-vector.h128 DCHECK_GT(data_length, kDataLengthForInline); in SizeFor()
145 DCHECK_GT(new_length, length()); in Resize()
152 DCHECK_GT(new_data_length, kDataLengthForInline); in Resize()
/third_party/node/deps/v8/src/codegen/
Daligned-slot-allocator.h26 DCHECK_GT(bytes, 0); in NumSlotsForWidth()
Dcode-desc.cc49 DCHECK_GT(desc->instr_size, 0); in Verify()
/third_party/node/deps/v8/src/base/
Dsmall-vector.h111 DCHECK_GT(size(), index);
116 DCHECK_GT(size(), index); in at()
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dlogging.h32 #define DCHECK_GT(X, Y) assert((X) > (Y)) macro
/third_party/node/deps/v8/src/snapshot/
Dsnapshot-external.cc28 DCHECK_GT(snapshot_blob->raw_size, 0); in SetSnapshotFromFile()
/third_party/node/deps/v8/src/inspector/
Dstring-util.cc104 DCHECK_GT(v8::String::kMaxLength, string.length()); in toV8String()
114 DCHECK_GT(v8::String::kMaxLength, string.length()); in toV8StringInternalized()
131 DCHECK_GT(v8::String::kMaxLength, string.length()); in toV8String()
/third_party/node/deps/v8/src/objects/
Dprototype-info-inl.h53 DCHECK_GT(index, 0); in BOOL_ACCESSORS()
/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.h49 DCHECK_GT(pc_offset, current_pc_start_offset()); in AdvanceToPCOffset()
/third_party/cef/libcef_dll/wrapper/
Dcef_stream_resource_handler.cc69 DCHECK_GT(bytes_to_read, 0); in Read()
/third_party/node/deps/v8/src/torque/
Dcfg.cc194 DCHECK_GT(predecessor_count[destination->id()], 0); in OptimizeCfg()
197 DCHECK_GT(destination->instructions().size(), 0); in OptimizeCfg()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc262 DCHECK_GT(bytecodes()->size(), last_bytecode_offset_); in MaybeElideLastBytecode()
356 DCHECK_GT(delta, 0); in PatchJumpWith8BitOperand()
384 DCHECK_GT(delta, 0); in PatchJumpWith16BitOperand()

12345678910