Home
last modified time | relevance | path

Searched refs:modify_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.cc2091 void Map::PrintReconfiguration(FILE* file, int modify_index, PropertyKind kind, in PrintReconfiguration() argument
2095 Name* name = instance_descriptors()->GetKey(modify_index); in PrintReconfiguration()
2110 int modify_index, in PrintGeneralization() argument
2120 Name* name = instance_descriptors()->GetKey(modify_index); in PrintGeneralization()
3053 Handle<Map> map, int modify_index, StoreMode store_mode, PropertyKind kind, in CopyGeneralizeAllRepresentations() argument
3075 if (modify_index >= 0) { in CopyGeneralizeAllRepresentations()
3076 PropertyDetails details = descriptors->GetDetails(modify_index); in CopyGeneralizeAllRepresentations()
3081 DataDescriptor d(handle(descriptors->GetKey(modify_index), isolate), in CopyGeneralizeAllRepresentations()
3083 descriptors->Replace(modify_index, &d); in CopyGeneralizeAllRepresentations()
3098 ? map->instance_descriptors()->GetFieldType(modify_index) in CopyGeneralizeAllRepresentations()
[all …]
Dobjects.h5662 static void GeneralizeFieldType(Handle<Map> map, int modify_index,
5665 static Handle<Map> ReconfigureProperty(Handle<Map> map, int modify_index,
5672 Handle<Map> map, int modify_index, StoreMode store_mode,
6127 void PrintReconfiguration(FILE* file, int modify_index, PropertyKind kind,
6131 int modify_index,