Home
last modified time | relevance | path

Searched refs:kIntptrSize (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/strings/
Dunicode-decoder.h22 if (static_cast<size_t>(length) >= kIntptrSize) { in NonAsciiStart()
24 while (!IsAligned(reinterpret_cast<intptr_t>(chars), kIntptrSize)) { in NonAsciiStart()
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc127 for (int i = 0; i < kIntptrSize; i++) { in WriteData()
194 for (int i = 0; i < kIntptrSize; i++) { in AdvanceReadData()
Dcode-stub-assembler.cc4780 STATIC_ASSERT(kSizetSize == kIntptrSize); in FillFixedArrayWithSmiZero()
4802 STATIC_ASSERT(kSizetSize == kIntptrSize); in FillFixedDoubleArrayWithZero()
/third_party/node/deps/v8/src/common/
Dglobals.h223 constexpr int kIntptrSize = sizeof(intptr_t); variable