Home | History | Annotate | Download | only in src

Lines Matching refs:Representation

269                                            Representation representation) {
271 if (!representation.IsDouble()) return this;
1775 MaybeObject* JSObject::FastPropertyAt(Representation representation,
1778 return raw_value->AllocateNewStorageFor(GetHeap(), representation);
2419 Representation representation) {
2420 ASSERT(!representation.IsNone());
2423 details.CopyWithRepresentation(representation).AsSmi());
2427 void DescriptorArray::InitializeRepresentations(Representation representation) {
2430 SetRepresentation(i, representation);
3773 if (FLAG_track_fields && details.representation().IsNone()) {
3776 if (FLAG_track_fields && details.representation().IsSmi()) {
3779 if (FLAG_track_double_fields && details.representation().IsDouble()) {
3783 details.representation().IsHeapObject()) {