Home | History | Annotate | Download | only in src

Lines Matching defs:access

348   HObjectAccess access = HObjectAccess::ForAllocationSiteOffset(
351 allocation_site, static_cast<HValue*>(NULL), access);
413 HObjectAccess access = HObjectAccess::ForAllocationSiteOffset(
416 allocation_site, static_cast<HValue*>(NULL), access);
441 HObjectAccess access = HObjectAccess::ForObservableJSObjectOffset(i);
443 object, access, Add<HLoadNamedField>(
444 boilerplate, static_cast<HValue*>(NULL), access));
563 HObjectAccess access = index.is_inobject()
570 access.WithRepresentation(Representation::Tagged()));
572 access = HObjectAccess::ForHeapNumberValue();
574 return Add<HLoadNamedField>(object, static_cast<HValue*>(NULL), access);
727 HObjectAccess access =
736 access.WithRepresentation(Representation::Tagged()));
738 access = HObjectAccess::ForHeapNumberValue();
743 Add<HStoreNamedField>(object, access, value, INITIALIZING_STORE);
1230 HObjectAccess access(HObjectAccess::ForCellPayload(isolate()));
1232 cell, static_cast<HValue*>(NULL), access);
1250 Add<HStoreNamedField>(cell, access, value);