Searched defs:modify_index (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.cc1305 int modify_index,
1317 Name* name = instance_descriptors()->GetKey(modify_index);
2085 int modify_index,
2089 handle(object->map()), modify_index, new_representation, new_field_type,
2106 int modify_index,
2122 // Unless the instance is being migrated, ensure that modify_index is a field.
2123 PropertyDetails details = descriptors->GetDetails(modify_index);
2128 FieldDescriptor d(handle(descriptors->GetKey(modify_index), isolate),
2130 descriptors->Replace(modify_index, &d);
2144 ? map->instance_descriptors()->GetFieldType(modify_index)
1303 PrintGeneralization(FILE* file, const char* reason, int modify_index, int split, int descriptors, bool constant_to_field, Representation old_representation, Representation new_representation, HeapType* old_field_type, HeapType* new_field_type) argument
2084 GeneralizeFieldRepresentation(Handle<JSObject> object, int modify_index, Representation new_representation, Handle<HeapType> new_field_type) argument
2105 CopyGeneralizeAllRepresentations(Handle<Map> map, int modify_index, StoreMode store_mode, PropertyAttributes attributes, const char* reason) argument
2158 CopyGeneralizeAllRepresentations(Handle<Map> map, int modify_index, StoreMode store_mode, const char* reason) argument
2317 GeneralizeFieldType(Handle<Map> map, int modify_index, Handle<HeapType> new_field_type) argument
2378 GeneralizeRepresentation(Handle<Map> old_map, int modify_index, Representation new_representation, Handle<HeapType> new_field_type, StoreMode store_mode) argument
[all...]

Completed in 346 milliseconds