Home
last modified time | relevance | path

Searched defs:kMaxSize (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dembedder-data-array.h54 static const int kMaxSize = kMaxRegularHeapObjectSize; variable
Dstring.h746 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize); variable
792 static const int kMaxSize = OBJECT_POINTER_ALIGN(kMaxCharsSize + kHeaderSize); variable
Dfixed-array.h91 static const int kMaxSize = 128 * kTaggedSize * MB - kTaggedSize; variable
Dcode.h1075 static const int kMaxSize = 512 * MB; in DEFINE_OPERATORS_FOR_FLAGS() local
/third_party/node/deps/v8/src/heap/
Dheap-controller.h18 static constexpr size_t kMaxSize = 1024u * Heap::kHeapLimitMultiplier * MB; member
/third_party/node/deps/v8/src/heap/cppgc/
Dheap-object-header.h61 static constexpr size_t kMaxSize = (size_t{1} << kSizeLog2) - 1; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view.cc225 constexpr string_view::size_type string_view::kMaxSize; member in absl::string_view
Dstring_view.h605 static constexpr size_type kMaxSize = variable
/third_party/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp64 const UInt32 kMaxSize = (UInt32)1 << 28; in Get_ExpectedBlockSize_From_Dict() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DViewportTest.cpp343 constexpr int kMaxSize = std::numeric_limits<int>::max(); in TEST_P() local
DVertexAttributeTest.cpp2753 constexpr GLint kMaxSize = 4; in testSetUp() local
/third_party/lzma/CPP/7zip/Common/
DMethodProps.h233 const UInt32 kMaxSize = (UInt32)1 << 28; in Get_Xz_BlockSize() local
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp203 const UInt32 kMaxSize = (UInt32)1 << 28; in SetMainMethod() local
/third_party/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp163 static const size_t kMaxSize = 1 << 15; member in SkFontMgr_FCI
/third_party/node/deps/v8/src/codegen/
Dreloc-info.h406 static constexpr int kMaxSize = 1 + 4 + 1 + 1 + kSystemPointerSize; variable
/third_party/lzma/C/
DLzma2Enc.c315 const UInt32 kMaxSize = (UInt32)1 << 28; in Lzma2EncProps_Normalize() local
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp45 static constexpr SkScalar kMaxSize = 2*kMaxMIP; variable
/third_party/node/deps/v8/src/regexp/
Dregexp-interpreter.cc163 static constexpr int kMaxSize = member in v8::internal::__anon227d8a810111::BacktrackStack