Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining-heuristic.h45 typedef ZoneSet<Candidate, CandidateCompare> Candidates;
53 ZoneSet<NodeId> seen_;
Dmemory-optimizer.h56 ZoneSet<NodeId> node_ids_;
Dmove-optimizer.cc28 typedef ZoneSet<InstructionOperand, CompareOperandModuloType> OperandSet;
192 ZoneSet<MoveKey, MoveKeyCompare> move_candidates(local_zone()); in MigrateMoves()
Dcontrol-flow-optimizer.cc217 ZoneSet<int32_t> values(zone()); in TryBuildSwitch()
Dnode.h335 typedef ZoneSet<Node*> NodeSet;
Dcode-assembler.h393 ZoneSet<Variable::Impl*> variables_;
Dregister-allocator-verifier.cc355 ZoneSet<RpoNumber> seen(zone()); in ValidatePendingAssessment()
Dtyper.cc187 ZoneSet<NodeId> weakened_nodes_;
Dregister-allocator.cc3734 ZoneSet<std::pair<RpoNumber, int>> done_moves(temp_zone); in CommitSpillsInDeferredBlocks()
/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.cc395 ZoneSet<int32_t> cases(zone()); in VisitSwitchStatement()
/external/v8/src/interpreter/
Dbytecode-register-allocator.h65 ZoneSet<int> free_temporaries_;
Dbytecode-register-allocator.cc63 ZoneSet<int>::iterator index = free_temporaries_.lower_bound(start_index); in BorrowTemporaryRegisterNotInRange()