Home | History | Annotate | Download | only in compiler

Lines Matching refs:ObjectRef

101 class ObjectRef {
103 ObjectRef(JSHeapBroker* broker, Handle<Object> object);
104 explicit ObjectRef(ObjectData* data) : data_(data) { CHECK_NOT_NULL(data_); }
106 bool equals(const ObjectRef& other) const;
143 class HeapObjectRef : public ObjectRef {
145 using ObjectRef::ObjectRef;
158 ObjectRef value() const;
168 ObjectRef RawFastPropertyAt(FieldIndex index) const;
183 ObjectRef prototype() const;
194 ObjectRef raw_properties_or_hash() const;
195 ObjectRef data() const;
196 ObjectRef source() const;
197 ObjectRef flags() const;
198 ObjectRef last_index() const;
220 ObjectRef get(int index) const;
280 ObjectRef get(FeedbackSlot slot) const;
289 ObjectRef nested_site() const;
325 ObjectRef constructor_or_backpointer() const;
334 ObjectRef GetFieldType(int descriptor) const;
348 ObjectRef get(int i) const;
371 ObjectRef length() const;
472 friend class ObjectRef;