Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:access_

6261   Representation r = access_.representation();
6263 if (!info->access_.representation().IsCompatibleForLoad(r)) return false;
6265 if (!info->access_.representation().IsCompatibleForStore(r)) return false;
6267 if (info->access_.offset() != access_.offset()) return false;
6268 if (info->access_.IsInobject() != access_.IsInobject()) return false;
6309 access_ = HObjectAccess::ForField(map, index, representation(), name_);
6350 DCHECK(access_.representation().IsHeapObject());
6437 access_ = HObjectAccess::ForField(map_, index, representation, name_);