/third_party/node/deps/v8/src/base/numbers/ |
D | double.h | 37 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/ |
D | heap-consistency.cc | 30 DCHECK_GT(heap_base.disallow_gc_scope_, 0); in Leave() 53 DCHECK_GT(heap_base.no_gc_scope_, 0); in Leave()
|
D | raw-heap.h | 71 DCHECK_GT(kNumberOfRegularSpaces, index); in Space() 95 DCHECK_GT(spaces_.size(), space_index); in Space()
|
D | object-start-bitmap.h | 121 DCHECK_GT(object_start_bit_map_.size(), cell_index); in FindHeader() 185 DCHECK_GT(kBitmapSize, *cell_index); in ObjectStartIndexAndBit()
|
D | pointer-policies.cc | 72 DCHECK_GT(header->ObjectEnd(), ptr); in CheckPointerImpl()
|
D | prefinalizer-handler.cc | 94 DCHECK_GT(bytes_allocated_in_prefinalizers + size, in NotifyAllocationInPrefinalizer()
|
/third_party/node/src/ |
D | blob_serializer_deserializer-inl.h | 157 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/ |
D | token.h | 217 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/ |
D | string-builder.cc | 112 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/node/deps/v8/src/profiler/ |
D | output-stream-writer.h | 47 DCHECK_GT(chunk_size_, 0); 68 DCHECK_GT(s_chunk_size, 0);
|
/third_party/node/deps/v8/src/heap/ |
D | object-start-bitmap.h | 99 DCHECK_GT(object_start_bit_map_.size(), cell_index); in FindBasePtr() 156 DCHECK_GT(kBitmapSize, *cell_index); in ObjectStartIndexAndBit()
|
D | gc-tracer-inl.h | 125 DCHECK_GT(Scope::NUMBER_OF_SCOPES, id); in current_scope() 144 DCHECK_GT(Scope::NUMBER_OF_SCOPES, id); in AddScopeSample()
|
/third_party/node/deps/v8/src/utils/ |
D | bit-vector.h | 128 DCHECK_GT(data_length, kDataLengthForInline); in SizeFor() 145 DCHECK_GT(new_length, length()); in Resize() 152 DCHECK_GT(new_data_length, kDataLengthForInline); in Resize()
|
D | identity-map.cc | 119 DCHECK_GT(index, next_index); in DeleteIndex() 299 DCHECK_GT(new_capacity, size_); in Resize()
|
/third_party/node/deps/v8/src/base/ |
D | small-vector.h | 111 DCHECK_GT(size(), index); 116 DCHECK_GT(size(), index); in at()
|
/third_party/node/deps/v8/src/inspector/ |
D | string-util.cc | 104 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/codegen/ |
D | aligned-slot-allocator.h | 26 DCHECK_GT(bytes, 0); in NumSlotsForWidth()
|
D | code-desc.cc | 49 DCHECK_GT(desc->instr_size, 0); in Verify()
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/ |
D | logging.h | 32 #define DCHECK_GT(X, Y) assert((X) > (Y)) macro
|
/third_party/node/deps/v8/src/snapshot/ |
D | snapshot-external.cc | 28 DCHECK_GT(snapshot_blob->raw_size, 0); in SetSnapshotFromFile()
|
/third_party/node/deps/v8/src/torque/ |
D | cfg.cc | 194 DCHECK_GT(predecessor_count[destination->id()], 0); in OptimizeCfg() 197 DCHECK_GT(destination->instructions().size(), 0); in OptimizeCfg()
|
/third_party/node/deps/v8/src/objects/ |
D | prototype-info-inl.h | 53 DCHECK_GT(index, 0); in BOOL_ACCESSORS()
|
D | osr-optimized-code-cache.cc | 178 DCHECK_GT(grow_by, kEntryLength); in GrowOSRCache() 230 DCHECK_GT(shared.osr_code_cache_state(), kNotCached); in ClearEntry()
|
/third_party/node/deps/v8/src/baseline/ |
D | bytecode-offset-iterator.h | 49 DCHECK_GT(pc_offset, current_pc_start_offset()); in AdvanceToPCOffset()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-array-writer.cc | 262 DCHECK_GT(bytecodes()->size(), last_bytecode_offset_); in MaybeElideLastBytecode() 356 DCHECK_GT(delta, 0); in PatchJumpWith8BitOperand() 384 DCHECK_GT(delta, 0); in PatchJumpWith16BitOperand()
|