Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.cc361 PropertyCell::UpdatedType(cell, value, property_details_); in PrepareTransitionToDataProperty()
Dobjects.h10203 static PropertyCellType UpdatedType(Handle<PropertyCell> cell,
Dobjects.cc19423 PropertyCellType PropertyCell::UpdatedType(Handle<PropertyCell> cell, in UpdatedType() function in v8::internal::PropertyCell
19482 PropertyCellType new_type = UpdatedType(cell, value, original_details); in PrepareForValue()
/external/v8/src/ic/
Dic.cc2122 PropertyCell::UpdatedType(cell, value, lookup->property_details()); in CompileHandler()