Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.cc110 property_details_ = PropertyDetails::Empty(); in RestartInternal()
233 property_details_ = cell->property_details(); in PrepareForDataProperty()
235 property_details_); in PrepareForDataProperty()
247 property_details_ = in PrepareForDataProperty()
286 property_details_ = cell->property_details(); in ReconfigureDataProperty()
295 property_details_ = details; in ReconfigureDataProperty()
347 property_details_ = PropertyDetails(attributes, i::DATA, index, in PrepareTransitionToDataProperty()
350 PropertyCell::UpdatedType(cell, value, property_details_); in PrepareTransitionToDataProperty()
351 property_details_ = property_details_.set_cell_type(new_type); in PrepareTransitionToDataProperty()
352 cell->set_property_details(property_details_); in PrepareTransitionToDataProperty()
[all …]
Dlookup.h65 property_details_(PropertyDetails::Empty()), in configuration_()
90 property_details_(PropertyDetails::Empty()), in configuration_()
228 return property_details_; in property_details()
355 PropertyDetails property_details_; variable