Searched refs:GeneralizeFieldType (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/parsing/ |
D | json-parser.h | 421 Map::GeneralizeFieldType(target, descriptor, in ParseJsonObject()
|
/external/v8/src/ |
D | objects.cc | 3261 Handle<HeapType> Map::GeneralizeFieldType(Representation rep1, in GeneralizeFieldType() function in v8::internal::Map 3279 void Map::GeneralizeFieldType(Handle<Map> map, int modify_index, in GeneralizeFieldType() function in v8::internal::Map 3296 DCHECK(Map::GeneralizeFieldType(old_representation, old_field_type, in GeneralizeFieldType() 3309 Map::GeneralizeFieldType(old_representation, old_field_type, in GeneralizeFieldType() 3415 GeneralizeFieldType(field_owner, modify_index, new_representation, in ReconfigureProperty() 3535 next_field_type = GeneralizeFieldType( in ReconfigureProperty() 3545 GeneralizeFieldType(tmp_map, i, tmp_representation, next_field_type); in ReconfigureProperty() 3701 next_field_type = GeneralizeFieldType( in ReconfigureProperty() 3708 next_field_type = GeneralizeFieldType( in ReconfigureProperty() 3716 next_field_type = GeneralizeFieldType( in ReconfigureProperty() [all …]
|
D | objects.h | 5659 MUST_USE_RESULT static Handle<HeapType> GeneralizeFieldType( 5662 static void GeneralizeFieldType(Handle<Map> map, int modify_index,
|