Lines Matching defs:data
203 explicit TinyRef(ObjectData* data) : data_(data) { DCHECK_NOT_NULL(data); }
221 ObjectRef(JSHeapBroker* broker, ObjectData* data, bool check_type = true)
222 : data_(data), broker_(broker) {
265 ObjectData* data() const;
327 Name##Ref(JSHeapBroker* broker, ObjectData* data, bool check_type = true) \
328 : Base(broker, data, false) { \
389 // Return the element at key {index} if {index} is known to be an own data
404 // if {index} is known to be an own data property of the object.
413 // if {index} is known to be an own data property of the object.
482 FixedArrayRef data() const;
631 ObjectRef data() const;
842 // storage and {index} is known to be an own data property.