Searched refs:kStackSize (Results 1 – 4 of 4) sorted by relevance
44 static const int kStackSize = 100; // The size of the state stack for variable114 uint16_t fStack[kStackSize]; // State stack, holds state pushes118 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
1006 if (fStackPtr >= kStackSize) { in parse()1093 if (fNodeStackPtr >= kStackSize) { in pushNewNode()
36 static const int kStackSize = 100; // The size of the state stack for variable150 uint16_t fStack[kStackSize]; // State stack, holds state pushes
202 if (fStackPtr >= kStackSize) { in compile()