Searched defs:LiveBundle (Results 1 – 1 of 1) sorted by relevance
100 struct LiveBundle { struct102 unsigned Mask = 0;106 unsigned FixCount = 0;110 unsigned char FixStack[8];115 bool isFixed() const { return !Mask || FixCount; } in isFixed()