Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h278 PropertyDetails CopyWithRepresentation(Representation representation) const { in CopyWithRepresentation() function
Dobjects.cc4553 details = details.CopyWithRepresentation(Representation::Tagged()); in GeneralizeAllFields()
/external/v8/src/runtime/
Druntime-classes.cc316 details.CopyWithRepresentation(value->OptimalRepresentation()); in AddDescriptorsByTemplate()