Searched refs:GetInObjectProperties (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/objects/ |
D | map-inl.h | 143 int limit = Max(minimum, GetInObjectProperties()); in TooManyFastProperties() 144 int external = NumberOfFields() - GetInObjectProperties(); in TooManyFastProperties() 250 int Map::GetInObjectProperties() const { in GetInObjectProperties() function 340 DCHECK_LE(value, GetInObjectProperties()); in SetInObjectUnusedPropertyFields() 341 int used_inobject_properties = GetInObjectProperties() - value; in SetInObjectUnusedPropertyFields() 744 map->GetInObjectProperties(), in CopyInitialMap()
|
D | map.h | 189 inline int GetInObjectProperties() const;
|
/external/v8/src/ |
D | layout-descriptor-inl.h | 156 int inobject_properties = map->GetInObjectProperties(); in CalculateCapacity() 190 int inobject_properties = map->GetInObjectProperties(); in Initialize()
|
D | layout-descriptor.cc | 46 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in ShareAppend() 72 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in AppendIfFastOrUseFull()
|
D | field-index-inl.h | 27 int inobject_properties = map->GetInObjectProperties(); in ForPropertyIndex()
|
D | objects.cc | 4042 int target_inobject = target->GetInObjectProperties(); in InstancesNeedRewriting() 4072 if (target_inobject == GetInObjectProperties()) return false; in InstancesNeedRewriting() 4076 DCHECK(target_inobject < GetInObjectProperties()); in InstancesNeedRewriting() 4141 int target_index = details.field_index() - new_map->GetInObjectProperties(); in MigrateFastToFast() 4199 int inobject = new_map->GetInObjectProperties(); in MigrateFastToFast() 4442 int inobject_properties = new_map->GetInObjectProperties(); in MigrateFastToSlow() 4546 return GetInObjectProperties() < NumberOfFields(); in HasOutOfObjectProperties() 6111 DCHECK(object->map()->GetInObjectProperties() == in AllocateStorageForMap() 6112 map->GetInObjectProperties()); in AllocateStorageForMap() 6128 int inobject = map->GetInObjectProperties(); in AllocateStorageForMap() [all …]
|
D | objects-printer.cc | 413 int nof_inobject_properties = map()->GetInObjectProperties(); in PrintProperties() 780 os << "\n - inobject properties: " << GetInObjectProperties(); in MapPrint()
|
D | bootstrapper.cc | 2629 DCHECK_EQ(1, initial_map->GetInObjectProperties()); in InitializeGlobal() 3638 DCHECK_EQ(2, map->GetInObjectProperties()); in InitializeGlobal() 3643 DCHECK_EQ(2, map->GetInObjectProperties()); in InitializeGlobal()
|
D | objects-debug.cc | 504 int actual_unused_property_fields = map()->GetInObjectProperties() + in JSObjectVerify()
|
D | objects-inl.h | 1359 map->GetInObjectProperties(); in GetEmbedderFieldCount()
|
/external/v8/src/compiler/ |
D | js-heap-broker.h | 310 int GetInObjectProperties() const;
|
D | js-create-lowering.cc | 1012 for (int i = 0; i < function_map.GetInObjectProperties(); i++) { in ReduceJSCreateClosure() 1194 for (int i = 0; i < map.GetInObjectProperties(); i++) { in ReduceJSCreateEmptyLiteralObject() 1637 inobject_fields.reserve(boilerplate_map.GetInObjectProperties()); in AllocateFastLiteral() 1684 int const boilerplate_length = boilerplate_map.GetInObjectProperties(); in AllocateFastLiteral()
|
D | js-heap-broker.cc | 1037 HANDLE_ACCESSOR_C(Map, int, GetInObjectProperties) in BIMODAL_ACCESSOR()
|
D | js-native-context-specialization.cc | 2766 int length = map->NextFreePropertyIndex() - map->GetInObjectProperties(); in BuildExtendPropertiesBackingStore()
|
D | js-call-reducer.cc | 1759 for (int i = 0; i < initial_map->GetInObjectProperties(); ++i) { in ReduceArrayFilter()
|
/external/v8/src/ic/ |
D | ic.cc | 2485 if (source_map->IsJSObjectMap() && source_map->GetInObjectProperties() != in FastCloneObjectMap() 2486 initial_map->GetInObjectProperties()) { in FastCloneObjectMap() 2487 int inobject_properties = source_map->GetInObjectProperties(); in FastCloneObjectMap()
|
/external/v8/src/heap/ |
D | factory.cc | 1838 DCHECK_EQ(map->GetInObjectProperties(), inobject_properties); in InitializeMap() 2792 DCHECK_EQ(map->GetInObjectProperties(), 0); in NewJSGlobalObject()
|