Home | History | Annotate | Download | only in src

Lines Matching refs:new_access

5595     HObjectAccess new_access = HObjectAccess::ForField(map, &lookup, name);
5596 Representation new_representation = new_access.representation();
5600 access = new_access;
5605 } else if (access.offset() != new_access.offset()) {
5608 } else if (access.IsInobject() != new_access.IsInobject()) {