Home
last modified time | relevance | path

Searched defs:kMaxLength (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfixed-array.h206 static const int kMaxLength = (kMaxSize - kHeaderSize) / kTaggedSize; variable
276 static const int kMaxLength = (kMaxSize - kHeaderSize) / kDoubleSize; variable
323 static const int kMaxLength = variable
578 static const int kMaxLength = kMaxSize - kHeaderSize; variable
Dembedder-data-array.h55 static constexpr int kMaxLength = variable
Dproperty-array.h68 static const int kMaxLength = LengthField::kMax; variable
Dosr-optimized-code-cache.h81 static constexpr int kMaxLength = OSRCodeCacheConstants::kEntryLength * 1024; variable
Dbigint.h56 static const int kMaxLength = variable
Dstring.h487 static const int kMaxLength = v8::String::kMaxLength; variable
Dcode.h1077 static const int kMaxLength = kMaxSize - kHeaderSize; in DEFINE_OPERATORS_FOR_FLAGS() local
/third_party/node/src/
Dnode_buffer.h32 static const size_t kMaxLength = v8::TypedArray::kMaxLength; variable
/third_party/node/test/parallel/
Dtest-buffer-over-max-length.js9 const kMaxLength = buffer.kMaxLength; constant
/third_party/skia/tools/gpu/
DMemoryCache.cpp26 static constexpr size_t kMaxLength = 60; in data_to_str() local
/third_party/skia/gm/
Dvariedtext.cpp148 inline static constexpr int kMaxLength = 40; member in VariedTextGM
/third_party/node/deps/v8/src/wasm/
Ddecoder.h440 constexpr int kMaxLength = (size_in_bits + 6) / 7; in read_leb_tail() local
/third_party/node/lib/
Dbuffer.js1395 kMaxLength, property
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc444 constexpr size_t kMaxLength = 20; in MaybeAppendDecimal() local
/third_party/skia/fuzz/
DFuzzCanvas.cpp907 constexpr int kMaxLength = kMaxGlyphCount; in make_fuzz_text() local
/third_party/node/deps/v8/src/api/
Dapi.cc4074 constexpr size_t v8::TypedArray::kMaxLength; member in v8::v8::TypedArray
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc4302 const intptr_t kMaxLength = IsDoubleElementsKind(kind) in AllocateFixedArray() local