Searched defs:LiveBundle (Results 1 – 1 of 1) sorted by relevance
98 struct LiveBundle { struct100 unsigned Mask = 0;104 unsigned FixCount = 0;108 unsigned char FixStack[8];113 bool isFixed() const { return !Mask || FixCount; } in isFixed()