Searched refs:kDescriptionStartIndex (Results 1 – 4 of 4) sorted by relevance
41 return get(cage_base, 2 * index + kDescriptionStartIndex); in name()51 return get(cage_base, 2 * index + 1 + kDescriptionStartIndex); in value()58 set(2 * index + kDescriptionStartIndex, key); in set_key_value()59 set(2 * index + 1 + kDescriptionStartIndex, value); in set_key_value()63 DCHECK_EQ(0, (length() - kDescriptionStartIndex - in size()67 return (length() - kDescriptionStartIndex) / 2; in size()71 return (length() - kDescriptionStartIndex) % 2 != 0; in has_number_of_properties()
50 static const int kDescriptionStartIndex = 1; variable
468 2 * boilerplate + ObjectBoilerplateDescription::kDescriptionStartIndex; in NewObjectBoilerplateDescription()
1751 ObjectBoilerplateDescription::kDescriptionStartIndex); in ObjectBoilerplateDescriptionVerify()