Home | History | Annotate | Download | only in compiler

Lines Matching refs:objects_

479   explicit StateObjectDeduplicator(Zone* zone) : objects_(zone) {}
483 for (size_t i = 0; i < objects_.size(); ++i) {
484 if (objects_
492 size_t id = objects_.size();
493 objects_.push_back(node);
498 ZoneVector<Node*> objects_;