Home
last modified time | relevance | path

Searched refs:ZoneSet (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/compiler/
Dstore-store-elimination.cc111 const ZoneSet<UnobservableStore>* set() const { return set_; } in set()
123 explicit UnobservablesSet(const ZoneSet<UnobservableStore>* set) in UnobservablesSet()
125 const ZoneSet<UnobservableStore>* set_;
138 const ZoneSet<Node*>& to_remove_const() { return to_remove_; } in to_remove_const()
159 ZoneSet<Node*>& to_remove() { return to_remove_; } in to_remove()
168 ZoneSet<Node*> to_remove_;
475 ZoneSet<UnobservableStore>* empty_set = in VisitedEmpty()
476 new (zone->New(sizeof(ZoneSet<UnobservableStore>))) in VisitedEmpty()
477 ZoneSet<UnobservableStore>(zone); in VisitedEmpty()
489 ZoneSet<UnobservableStore>* intersection = in Intersect()
[all …]
Djs-inlining-heuristic.h51 typedef ZoneSet<Candidate, CandidateCompare> Candidates;
65 ZoneSet<NodeId> seen_;
Descape-analysis.h80 ZoneSet<VirtualObject*> cycle_detection_;
Dmemory-optimizer.h56 ZoneSet<NodeId> node_ids_;
Dcontrol-flow-optimizer.cc81 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
Dnode.h337 typedef ZoneSet<Node*> NodeSet;
Dmove-optimizer.cc247 ZoneSet<MoveKey, MoveKeyCompare> move_candidates(local_zone()); in MigrateMoves()
Dregister-allocator-verifier.cc356 ZoneSet<RpoNumber> seen(zone()); in ValidatePendingAssessment()
Dcode-assembler.h487 ZoneSet<Variable::Impl*> variables_;
Dload-elimination.cc837 ZoneSet<Node*> visited(zone()); in ComputeLoopState()
Dtyper.cc211 ZoneSet<NodeId> weakened_nodes_;
Dregister-allocator.cc3943 ZoneSet<std::pair<RpoNumber, int>> done_moves(temp_zone); in CommitSpillsInDeferredBlocks()
/external/v8/src/zone/
Dzone-containers.h98 class ZoneSet : public std::set<K, Compare, zone_allocator<K>> {
101 explicit ZoneSet(Zone* zone) in ZoneSet() function
/external/v8/src/asmjs/
Dasm-typer.cc1396 ZoneSet<int32_t> cases_seen(zone_); in ValidateSwitchStatement()