Home
last modified time | relevance | path

Searched refs:OptimalRepresentation (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dproperty.cc69 value->OptimalRepresentation(), 0); in DataConstant()
83 value->OptimalRepresentation(), field_index); in DataConstant()
Dobjects-inl.h591 Representation Object::OptimalRepresentation() { in OptimalRepresentation() function
Dobjects.h1175 inline Representation OptimalRepresentation();
Dobjects.cc3985 Representation representation = constant->OptimalRepresentation(); in CopyWithConstant()
9913 Representation representation = value->OptimalRepresentation(); in UpdateDescriptorForValue()
9974 Representation representation = value->OptimalRepresentation(); in TransitionToDataProperty()
/external/v8/src/runtime/
Druntime-classes.cc316 details.CopyWithRepresentation(value->OptimalRepresentation()); in AddDescriptorsByTemplate()