Home
last modified time | relevance | path

Searched refs:GetInObjectProperties (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/objects/
Dmap-inl.h143 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()
Dmap.h189 inline int GetInObjectProperties() const;
/external/v8/src/
Dlayout-descriptor-inl.h156 int inobject_properties = map->GetInObjectProperties(); in CalculateCapacity()
190 int inobject_properties = map->GetInObjectProperties(); in Initialize()
Dlayout-descriptor.cc46 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in ShareAppend()
72 if (!InobjectUnboxedField(map->GetInObjectProperties(), details)) { in AppendIfFastOrUseFull()
Dfield-index-inl.h27 int inobject_properties = map->GetInObjectProperties(); in ForPropertyIndex()
Dobjects.cc4042 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 …]
Dobjects-printer.cc413 int nof_inobject_properties = map()->GetInObjectProperties(); in PrintProperties()
780 os << "\n - inobject properties: " << GetInObjectProperties(); in MapPrint()
Dbootstrapper.cc2629 DCHECK_EQ(1, initial_map->GetInObjectProperties()); in InitializeGlobal()
3638 DCHECK_EQ(2, map->GetInObjectProperties()); in InitializeGlobal()
3643 DCHECK_EQ(2, map->GetInObjectProperties()); in InitializeGlobal()
Dobjects-debug.cc504 int actual_unused_property_fields = map()->GetInObjectProperties() + in JSObjectVerify()
Dobjects-inl.h1359 map->GetInObjectProperties(); in GetEmbedderFieldCount()
/external/v8/src/compiler/
Djs-heap-broker.h310 int GetInObjectProperties() const;
Djs-create-lowering.cc1012 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()
Djs-heap-broker.cc1037 HANDLE_ACCESSOR_C(Map, int, GetInObjectProperties) in BIMODAL_ACCESSOR()
Djs-native-context-specialization.cc2766 int length = map->NextFreePropertyIndex() - map->GetInObjectProperties(); in BuildExtendPropertiesBackingStore()
Djs-call-reducer.cc1759 for (int i = 0; i < initial_map->GetInObjectProperties(); ++i) { in ReduceArrayFilter()
/external/v8/src/ic/
Dic.cc2485 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/
Dfactory.cc1838 DCHECK_EQ(map->GetInObjectProperties(), inobject_properties); in InitializeMap()
2792 DCHECK_EQ(map->GetInObjectProperties(), 0); in NewJSGlobalObject()