Home
last modified time | relevance | path

Searched refs:kApiInt32Size (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-internal.h44 const int kApiInt32Size = sizeof(int32_t); variable
127 const int kApiTaggedSize = kApiInt32Size;
137 using PlatformSmiTagging = SmiTagging<kApiInt32Size>;
348 static const int kMapInstanceTypeOffset = 1 * kApiTaggedSize + kApiInt32Size;
350 1 * kApiTaggedSize + 2 * kApiInt32Size;
396 kExternalPointerTableCapacityOffset + kApiInt32Size;
/third_party/node/deps/v8/src/torque/
Dglobal-context.cc32 kSmiTagSize + (force_32bit ? SmiTagging<kApiInt32Size>::kSmiShiftSize in TargetArchitecture()