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.h56 typedef ZoneSet<Candidate, CandidateCompare> Candidates;
70 ZoneSet<NodeId> seen_;
Descape-analysis.h80 ZoneSet<VirtualObject*> cycle_detection_;
Dmemory-optimizer.h57 ZoneSet<NodeId> node_ids_;
Dcontrol-flow-optimizer.cc81 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
Dmove-optimizer.cc247 ZoneSet<MoveKey, MoveKeyCompare> move_candidates(local_zone()); in MigrateMoves()
Dcode-assembler.h509 ZoneSet<CodeAssemblerVariable::Impl*> variables_;
Dnode.h311 typedef ZoneSet<Node*> NodeSet;
Dregister-allocator-verifier.cc380 ZoneSet<RpoNumber> seen(&local_zone); in ValidatePendingAssessment()
Dload-elimination.cc945 ZoneSet<Node*> visited(zone()); in ComputeLoopState()
Dtyper.cc216 ZoneSet<NodeId> weakened_nodes_;
Dregister-allocator.cc3975 ZoneSet<std::pair<RpoNumber, int>> done_moves(temp_zone); in CommitSpillsInDeferredBlocks()
/external/v8/src/zone/
Dzone-containers.h105 class ZoneSet : public std::set<K, Compare, zone_allocator<K>> {
108 explicit ZoneSet(Zone* zone) in ZoneSet() function
/external/v8/src/asmjs/
Dasm-typer.cc1478 ZoneSet<int32_t> cases_seen(zone_); in ValidateSwitchStatement()