Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Djs-inlining-heuristic.h77 using Candidates = ZoneSet<Candidate, CandidateCompare>;
106 ZoneSet<NodeId> seen_;
Dstore-store-elimination.cc219 const ZoneSet<Node*>& to_remove_const() { return to_remove_; } in to_remove_const()
261 ZoneSet<Node*>& to_remove() { return to_remove_; } in to_remove()
272 ZoneSet<Node*> to_remove_;
Descape-analysis-reducer.h115 ZoneSet<Node*> arguments_elements_; in NON_EXPORTED_BASE()
Dcontrol-flow-optimizer.cc84 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
Dmemory-optimizer.cc101 ZoneSet<Node*> visited(temp_zone); in SearchAllocatingNode()
Dnode.h372 using NodeSet = ZoneSet<Node*>;
Dmemory-lowering.cc45 ZoneSet<NodeId> node_ids_;
Dload-elimination.cc1287 ZoneSet<Node*> visited(&temp_zone); in ComputeLoopState()
Dcode-assembler.h1646 ZoneSet<CodeAssemblerVariable::Impl*, CodeAssemblerVariable::ImplComparator>
Dtyper.cc142 ZoneSet<NodeId> weakened_nodes_;
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.h104 ZoneSet<int> aliases_;
137 using OperandSet = ZoneSet<InstructionOperand, OperandAsKeyLess>;
Dmove-optimizer.cc244 ZoneSet<MoveKey, MoveKeyCompare> move_candidates(local_zone()); in MigrateMoves()
Dregister-allocator.h795 ZoneSet<LiveRange*, LiveRangeOrdering> ranges_;
796 ZoneSet<Range, RangeOrdering> uses_;
Dmid-tier-register-allocator.cc276 ZoneSet<int>::const_iterator begin() const { return spilled_vregs_.begin(); } in begin()
277 ZoneSet<int>::const_iterator end() const { return spilled_vregs_.end(); } in end()
282 ZoneSet<int> spilled_vregs_;
2789 ZoneSet<RpoNumber> deferred_blocks_processed_;
Dregister-allocator-verifier.cc446 ZoneSet<RpoNumber> seen(&local_zone); in ValidatePendingAssessment()
Dregister-allocator.cc5133 ZoneSet<std::pair<RpoNumber, int>> done_moves(temp_zone); in CommitSpillsInDeferredBlocks()
/third_party/node/deps/v8/src/zone/
Dzone-containers.h124 class ZoneSet : public std::set<K, Compare, ZoneAllocator<K>> {
127 explicit ZoneSet(Zone* zone) in ZoneSet() function
/third_party/node/deps/v8/src/ast/
Dmodules.h170 ZoneSet<const AstModuleRequest*, ModuleRequestComparer>;
/third_party/node/deps/v8/src/objects/
Dsource-text-module.h87 ZoneSet<Handle<SourceTextModule>, AsyncEvaluatingOrdinalCompare>;
/third_party/node/deps/v8/src/regexp/
Dregexp-parser.cc331 ZoneSet<RegExpCapture*, RegExpCaptureNameLess>* named_captures_;
1158 zone_->template New<ZoneSet<RegExpCapture*, RegExpCaptureNameLess>>( in CreateNamedCaptureAtIndex()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64478 using ZoneSet = js::HashSet<Zone*, js::DefaultHasher<Zone*>, js::SystemAllocPolicy>; typedef