Searched refs:AllocationStates (Results 1 – 2 of 2) sorted by relevance
103 typedef ZoneVector<AllocationState const*> AllocationStates; typedef127 AllocationState const* MergeStates(AllocationStates const& states);147 ZoneMap<NodeId, AllocationStates> pending_;
461 AllocationStates const& states) { in MergeStates()502 it = pending_.insert(std::make_pair(id, AllocationStates(zone()))).first; in EnqueueMerge()