Searched refs:ZoneSet (Results 1 – 21 of 21) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-inlining-heuristic.h | 77 using Candidates = ZoneSet<Candidate, CandidateCompare>; 106 ZoneSet<NodeId> seen_;
|
D | store-store-elimination.cc | 219 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_;
|
D | escape-analysis-reducer.h | 115 ZoneSet<Node*> arguments_elements_; in NON_EXPORTED_BASE()
|
D | control-flow-optimizer.cc | 84 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
|
D | memory-optimizer.cc | 101 ZoneSet<Node*> visited(temp_zone); in SearchAllocatingNode()
|
D | node.h | 372 using NodeSet = ZoneSet<Node*>;
|
D | memory-lowering.cc | 45 ZoneSet<NodeId> node_ids_;
|
D | load-elimination.cc | 1287 ZoneSet<Node*> visited(&temp_zone); in ComputeLoopState()
|
D | code-assembler.h | 1646 ZoneSet<CodeAssemblerVariable::Impl*, CodeAssemblerVariable::ImplComparator>
|
D | typer.cc | 142 ZoneSet<NodeId> weakened_nodes_;
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator-verifier.h | 104 ZoneSet<int> aliases_; 137 using OperandSet = ZoneSet<InstructionOperand, OperandAsKeyLess>;
|
D | move-optimizer.cc | 244 ZoneSet<MoveKey, MoveKeyCompare> move_candidates(local_zone()); in MigrateMoves()
|
D | register-allocator.h | 795 ZoneSet<LiveRange*, LiveRangeOrdering> ranges_; 796 ZoneSet<Range, RangeOrdering> uses_;
|
D | mid-tier-register-allocator.cc | 276 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_;
|
D | register-allocator-verifier.cc | 446 ZoneSet<RpoNumber> seen(&local_zone); in ValidatePendingAssessment()
|
D | register-allocator.cc | 5133 ZoneSet<std::pair<RpoNumber, int>> done_moves(temp_zone); in CommitSpillsInDeferredBlocks()
|
/third_party/node/deps/v8/src/zone/ |
D | zone-containers.h | 124 class ZoneSet : public std::set<K, Compare, ZoneAllocator<K>> { 127 explicit ZoneSet(Zone* zone) in ZoneSet() function
|
/third_party/node/deps/v8/src/ast/ |
D | modules.h | 170 ZoneSet<const AstModuleRequest*, ModuleRequestComparer>;
|
/third_party/node/deps/v8/src/objects/ |
D | source-text-module.h | 87 ZoneSet<Handle<SourceTextModule>, AsyncEvaluatingOrdinalCompare>;
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-parser.cc | 331 ZoneSet<RegExpCapture*, RegExpCaptureNameLess>* named_captures_; 1158 zone_->template New<ZoneSet<RegExpCapture*, RegExpCaptureNameLess>>( in CreateNamedCaptureAtIndex()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 64478 using ZoneSet = js::HashSet<Zone*, js::DefaultHasher<Zone*>, js::SystemAllocPolicy>; typedef
|