Home
last modified time | relevance | path

Searched refs:CopyWithRepresentation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dproperty-details.h211 PropertyDetails CopyWithRepresentation(Representation representation) const { in CopyWithRepresentation() function
Dobjects.cc2550 target_details = target_details.CopyWithRepresentation( in GeneralizeRepresentation()
2554 target_details = target_details.CopyWithRepresentation( in GeneralizeRepresentation()
2596 old_details = old_details.CopyWithRepresentation( in GeneralizeRepresentation()
Dobjects-inl.h2955 details.CopyWithRepresentation(representation).AsSmi()); in SetRepresentation()