Searched refs:kApiPointerSize (Results 1 – 1 of 1) sorted by relevance
165 const int kApiPointerSize = sizeof(void*); // NOLINT variable244 kApiPointerSize == kApiInt64Size,248 typedef SmiTagging<kApiPointerSize> PlatformSmiTagging;2662 static constexpr int kMaxLength = internal::kApiPointerSize == 49398 static const int kMapInstanceTypeOffset = 1 * kApiPointerSize + kApiIntSize;9399 static const int kStringResourceOffset = 3 * kApiPointerSize;9401 static const int kOddballKindOffset = 4 * kApiPointerSize + kApiDoubleSize;9402 static const int kForeignAddressOffset = kApiPointerSize;9403 static const int kJSObjectHeaderSize = 3 * kApiPointerSize;9404 static const int kFixedArrayHeaderSize = 2 * kApiPointerSize;[all …]