Searched refs:GetStackMask (Results 1 – 3 of 3) sorted by relevance
81 LocationMask &GetStackMask() in GetStackMask() function94 return !GetStackMask().AllSet() ? GetNextStackSlotImpl(interval) : INVALID_STACK_SLOT; in GetNextStackSlot()99 for (size_t slot = 0; slot < GetStackMask().GetSize(); slot++) { in GetNextStackSlotImpl()100 if (GetStackMask().IsSet(slot)) { in GetNextStackSlotImpl()109 GetStackMask().Set(slot); in GetNextStackSlotImpl()
230 GetStackMask().Reserve(0); in ReserveTempRegisters()237 return GetStackMask().GetUsedCount(); in GetTotalSlotsCount()240 auto spill_slots_count = GetStackMask().GetUsedCount(); in GetTotalSlotsCount()
648 EXPECT_EQ(base->GetStackMask().GetSize(), 0); in __anon5d7559aa0f02()