Home
last modified time | relevance | path

Searched refs:AllocationStates (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dmemory-optimizer.h103 typedef ZoneVector<AllocationState const*> AllocationStates; typedef
127 AllocationState const* MergeStates(AllocationStates const& states);
147 ZoneMap<NodeId, AllocationStates> pending_;
Dmemory-optimizer.cc461 AllocationStates const& states) { in MergeStates()
502 it = pending_.insert(std::make_pair(id, AllocationStates(zone()))).first; in EnqueueMerge()