Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dmap.h480 int modify_index, PropertyConstness new_constness,
502 int modify_index,
932 int modify_index,
951 void PrintReconfiguration(Isolate* isolate, FILE* file, int modify_index,
955 Isolate* isolate, FILE* file, const char* reason, int modify_index,
/external/v8/src/
Dmap-updater.h141 void GeneralizeField(Handle<Map> map, int modify_index,
Dmap-updater.cc176 void MapUpdater::GeneralizeField(Handle<Map> map, int modify_index, in GeneralizeField() argument
180 Map::GeneralizeField(isolate_, map, modify_index, new_constness, in GeneralizeField()
Dobjects.cc2999 void Map::PrintReconfiguration(Isolate* isolate, FILE* file, int modify_index, in PrintReconfiguration() argument
3004 Name* name = instance_descriptors()->GetKey(modify_index); in PrintReconfiguration()
3255 Isolate* isolate, FILE* file, const char* reason, int modify_index, in PrintGeneralization() argument
3262 Name* name = instance_descriptors()->GetKey(modify_index); in PrintGeneralization()
4565 int modify_index, PropertyKind kind, in CopyGeneralizeAllFields() argument
4581 if (modify_index >= 0) { in CopyGeneralizeAllFields()
4582 PropertyDetails details = descriptors->GetDetails(modify_index); in CopyGeneralizeAllFields()
4589 isolate, handle(descriptors->GetKey(modify_index), isolate), in CopyGeneralizeAllFields()
4591 descriptors->Replace(modify_index, &d); in CopyGeneralizeAllFields()
4603 map->instance_descriptors()->GetFieldType(modify_index), isolate); in CopyGeneralizeAllFields()
[all …]