Home
last modified time | relevance | path

Searched refs:DCHECK_GT (Results 1 - 25 of 219) sorted by relevance

123456789

/third_party/node/deps/v8/src/base/numbers/
H A 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/
H A Dheap-consistency.cc30 DCHECK_GT(heap_base.disallow_gc_scope_, 0); in Leave()
53 DCHECK_GT(heap_base.no_gc_scope_, 0); in Leave()
H A Draw-heap.h71 DCHECK_GT(kNumberOfRegularSpaces, index); in Space()
95 DCHECK_GT(spaces_.size(), space_index); in Space()
H A Dpointer-policies.cc72 DCHECK_GT(header->ObjectEnd(), ptr); in CheckPointerImpl()
H A Dprefinalizer-handler.cc94 DCHECK_GT(bytes_allocated_in_prefinalizers + size, in NotifyAllocationInPrefinalizer()
H A Dobject-start-bitmap.h121 DCHECK_GT(object_start_bit_map_.size(), cell_index); in FindHeader()
185 DCHECK_GT(kBitmapSize, *cell_index); in ObjectStartIndexAndBit()
/third_party/node/deps/v8/src/parsing/
H A 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/
H A 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()
H A Duri.cc83 DCHECK_GT(std::numeric_limits<T>::max(), first); in AddToBuffer()
84 DCHECK_GT(std::numeric_limits<T>::max(), second); in AddToBuffer()
/third_party/node/src/
H A 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/profiler/
H A Doutput-stream-writer.h47 DCHECK_GT(chunk_size_, 0); in OutputStreamWriter()
68 DCHECK_GT(s_chunk_size, 0);
/third_party/node/deps/v8/src/heap/
H A Dobject-start-bitmap.h99 DCHECK_GT(object_start_bit_map_.size(), cell_index); in FindBasePtr()
156 DCHECK_GT(kBitmapSize, *cell_index); in ObjectStartIndexAndBit()
H A Dgc-tracer-inl.h125 DCHECK_GT(Scope::NUMBER_OF_SCOPES, id); in current_scope()
144 DCHECK_GT(Scope::NUMBER_OF_SCOPES, id); in AddScopeSample()
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dlogging.h32 #define DCHECK_GT(X, Y) assert((X) > (Y)) macro
/third_party/node/deps/v8/src/codegen/
H A Daligned-slot-allocator.h26 DCHECK_GT(bytes, 0); in NumSlotsForWidth()
H A Dcode-desc.cc49 DCHECK_GT(desc->instr_size, 0); in Verify()
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot-external.cc28 DCHECK_GT(snapshot_blob->raw_size, 0); in SetSnapshotFromFile()
/third_party/node/deps/v8/src/base/
H A Dsmall-vector.h111 DCHECK_GT(size(), index); in operator []()
116 DCHECK_GT(size(), index); in at()
/third_party/node/deps/v8/src/baseline/
H A Dbytecode-offset-iterator.h49 DCHECK_GT(pc_offset, current_pc_start_offset()); in AdvanceToPCOffset()
/third_party/node/deps/v8/src/objects/
H A Dprototype-info-inl.h53 DCHECK_GT(index, 0); in MarkSlotEmpty()
H A Dosr-optimized-code-cache.cc178 DCHECK_GT(grow_by, kEntryLength); in GrowOSRCache()
230 DCHECK_GT(shared.osr_code_cache_state(), kNotCached); in ClearEntry()
/third_party/node/deps/v8/src/inspector/
H A 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/utils/
H A 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()
H A Didentity-map.cc119 DCHECK_GT(index, next_index); in DeleteIndex()
299 DCHECK_GT(new_capacity, size_); in Resize()
/third_party/node/deps/v8/src/torque/
H A Dcfg.cc194 DCHECK_GT(predecessor_count[destination->id()], 0); in OptimizeCfg()
197 DCHECK_GT(destination->instructions().size(), 0); in OptimizeCfg()

Completed in 12 milliseconds

123456789