Home | History | Annotate | Download | only in compiler

Lines Matching full:objects_

297       : states_(zone), objects_(zone), fields_(zone) {
299 objects_.reserve(5);
303 ZoneVector<VirtualObject*>& objects() { return objects_; }
307 objects_.clear();
317 ZoneVector<VirtualObject*> objects_;
324 objects_.clear();
329 objects_.push_back(obj);
338 objects_.clear();
344 objects_.push_back(obj);
351 Node* rep = pos >= objects_.front()->field_count()
353 : objects_.front()->GetField(pos);
354 for (VirtualObject* obj : objects_) {