Lines Matching refs:AllocatedStackSlots
96 AllocatedStackSlots.clear();
97 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size());
102 AllocatedStackSlots.clear();
122 const size_t NumSlots = AllocatedStackSlots.size();
125 assert(AllocatedStackSlots.size() ==
130 if (!AllocatedStackSlots.test(NextSlotToAllocate)) {
133 AllocatedStackSlots.set(NextSlotToAllocate);
147 AllocatedStackSlots.resize(AllocatedStackSlots.size()+1, true);
148 assert(AllocatedStackSlots.size() ==