Lines Matching refs:AllocatedStackSlots
95 AllocatedStackSlots.clear();
96 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size());
101 AllocatedStackSlots.clear();
121 const size_t NumSlots = AllocatedStackSlots.size();
124 assert(AllocatedStackSlots.size() ==
129 if (!AllocatedStackSlots.test(NextSlotToAllocate)) {
132 AllocatedStackSlots.set(NextSlotToAllocate);
146 AllocatedStackSlots.resize(AllocatedStackSlots.size()+1, true);
147 assert(AllocatedStackSlots.size() ==