Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining-heuristic.h45 typedef ZoneSet<Candidate, CandidateCompare> Candidates;
53 ZoneSet<NodeId> seen_;
Dcoalesced-live-ranges.h32 typedef ZoneSet<AllocatedInterval> IntervalStore;
Dmove-optimizer.cc32 typedef ZoneSet<InstructionOperand, CompareOperandModuloType> OperandSet;
43 ZoneSet<InstructionOperand, OperandCompare> operands(zone); in GapsCanMoveOver()
Dcontrol-flow-optimizer.cc217 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
Dnode.h335 typedef ZoneSet<Node*> NodeSet;
Dtyper.cc183 ZoneSet<NodeId> weakened_nodes_;
/external/v8/src/
Dzone-containers.h104 class ZoneSet : public std::set<K, Compare, zone_allocator<K>> {
107 explicit ZoneSet(Zone* zone) in ZoneSet() function
Dtyping-asm.cc391 ZoneSet<int32_t> cases(zone()); in VisitSwitchStatement()
/external/v8/test/unittests/compiler/
Dcoalesced-live-ranges-unittest.cc27 typedef ZoneSet<int> LiveRangeIDs;
/external/v8/src/interpreter/
Dbytecode-array-builder.h334 ZoneSet<int> free_temporaries_;