Home
last modified time | relevance | path

Searched refs:kMaxInObjectProperties (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dobjects.h2706 static const int kMaxInObjectProperties = variable
2708 STATIC_ASSERT(kMaxInObjectProperties <= kMaxNumberOfDescriptors);
2713 STATIC_ASSERT(kMaxEmbedderFields <= kMaxInObjectProperties);
Dobjects.cc9832 if (inobject_properties > JSObject::kMaxInObjectProperties) { in Create()
9833 inobject_properties = JSObject::kMaxInObjectProperties; in Create()
14098 CHECK_LE(max_nof_fields, JSObject::kMaxInObjectProperties); in CalculateInstanceSizeHelper()
14134 if (expected_nof_properties <= JSObject::kMaxInObjectProperties - count) { in CalculateInstanceSizeForDerivedClass()
14137 expected_nof_properties = JSObject::kMaxInObjectProperties; in CalculateInstanceSizeForDerivedClass()
14305 STATIC_ASSERT(JSObject::kMaxInObjectProperties <= kMaxUInt8); in SetExpectedNofPropertiesFromEstimate()
/external/v8/src/compiler/
Djs-heap-broker.cc246 const int kMaxFastLiteralProperties = JSObject::kMaxInObjectProperties;