Searched refs:kPadStart (Results 1 – 2 of 2) sorted by relevance
1924 if (Map::kPadStart < Map::kSize) { in AllocateMap()1925 memset(reinterpret_cast<byte*>(map) + Map::kPadStart - kHeapObjectTag, in AllocateMap()1927 Map::kSize - Map::kPadStart); in AllocateMap()
4895 static const int kPadStart = kPrototypeTransitionsOffset + kPointerSize; variable4896 static const int kSize = MAP_POINTER_ALIGN(kPadStart);