Searched refs:ZoneSet (Results 1 – 14 of 14) sorted by relevance
109 const ZoneSet<UnobservableStore>* set() const { return set_; } in set()121 explicit UnobservablesSet(const ZoneSet<UnobservableStore>* set) in UnobservablesSet()123 const ZoneSet<UnobservableStore>* set_;136 const ZoneSet<Node*>& to_remove_const() { return to_remove_; } in to_remove_const()157 ZoneSet<Node*>& to_remove() { return to_remove_; } in to_remove()166 ZoneSet<Node*> to_remove_;466 ZoneSet<UnobservableStore>* empty_set = in VisitedEmpty()467 new (zone->New(sizeof(ZoneSet<UnobservableStore>))) in VisitedEmpty()468 ZoneSet<UnobservableStore>(zone); in VisitedEmpty()480 ZoneSet<UnobservableStore>* intersection = in Intersect()[all …]
63 typedef ZoneSet<Candidate, CandidateCompare> Candidates;89 ZoneSet<NodeId> seen_;
111 ZoneSet<Node*> arguments_elements_; in NON_EXPORTED_BASE()
61 ZoneSet<NodeId> node_ids_;
81 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
101 ZoneSet<int> aliases_;
247 ZoneSet<MoveKey, MoveKeyCompare> move_candidates(local_zone()); in MigrateMoves()
308 typedef ZoneSet<Node*> NodeSet;
390 ZoneSet<RpoNumber> seen(&local_zone); in ValidatePendingAssessment()
1195 ZoneSet<Node*> visited(zone()); in ComputeLoopState()
1428 ZoneSet<CodeAssemblerVariable::Impl*> variables_;
207 ZoneSet<NodeId> weakened_nodes_;
3964 ZoneSet<std::pair<RpoNumber, int>> done_moves(temp_zone); in CommitSpillsInDeferredBlocks()
124 class ZoneSet : public std::set<K, Compare, ZoneAllocator<K>> {127 explicit ZoneSet(Zone* zone) in ZoneSet() function