Lines Matching defs:elements
1214 bool JSObjectRef::IsElementsTenured(const FixedArrayBaseRef& elements) {
1215 return !ObjectInYoungGeneration(*elements.object());
1816 FixedArrayBase elements, ElementsKind elements_kind, uint32_t index) const {
1844 elements, elements_kind, index);
1896 // Note: we'd like to check `elements_ref == elements()` here, but due to
1898 // concurrent `elements` modifications.
1907 // smi/objects elements kinds.
1913 // `elements`. We rely on the invariant that any `length` change will
1914 // also result in an `elements` change to make this safe. The `elements`
1996 base::Optional<FixedArrayBaseRef> JSObjectRef::elements(
1998 return TryMakeRef(broker(), object()->elements(tag));