Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmemory-optimizer.h43 using AllocationStates = ZoneVector<AllocationState const*>; variable
64 AllocationState const* MergeStates(AllocationStates const& states);
87 ZoneMap<NodeId, AllocationStates> pending_;
Dmemory-optimizer.cc390 AllocationStates const& states) { in MergeStates()
442 it = pending_.insert(std::make_pair(id, AllocationStates(zone()))).first; in EnqueueMerge()