Searched refs:inobject (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.cc2941 // If no fields were added, and no inobject properties were removed, setting
2945 // In that case, succeed if all existing fields were inobject, and they still
2946 // fit within the new inobject size.
2990 // properties, unused fields, inobject properties.
2992 // * Copy inobject properties from the backing store back into the object.
2994 // frees inobject properties that moved to the backing store.
2996 // to temporarily store the inobject properties.
3066 int inobject = new_map->GetInObjectProperties(); local
3071 if (!old_map->InstancesNeedRewriting(*new_map, number_of_fields, inobject,
3078 int external = total_size - inobject;
[all...]

Completed in 63 milliseconds