Lines Matching defs:access
5446 // Represents an access to a portion of an object, such as the map pointer,
5551 // Create an access to an offset in a fixed array header.
5554 // Create an access to an in-object property in a JSObject.
5558 // Create an access to an in-object property in a JSArray.
5561 // Create an access to the backing store of an object.
5565 // Create an access to a resolved field (in-object or backing store).
5569 // Create an access for the payload of a Cell or JSGlobalPropertyCell.
5637 HObjectAccess access() const { return access_; }
5644 if (index == 0 && access().IsExternalMemory()) {
5645 // object must be external in case of external memory access
5663 HObjectAccess access,
5665 : access_(access) {
5670 Representation representation = access.representation();
5685 access.SetGVNFlags(this, false);
5961 if (index == 0 && access().IsExternalMemory()) {
5962 // object must be external in case of external memory access
5988 HObjectAccess access() const { return access_; }
6037 HObjectAccess access,
6039 : access_(access),
6046 access.SetGVNFlags(this, true);