Searched refs:maxDepth (Results 1 – 3 of 3) sorted by relevance
930 int maxDepth = 0; in completeConstruction() local936 if (maxDepth < depth) { in completeConstruction()937 maxDepth = depth; in completeConstruction()940 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth); in completeConstruction()942 mStateStack = new StateInfo[maxDepth]; in completeConstruction()943 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()
450 uint8_t maxDepth; member
389 maxDepth = depth; in init()460 if (depth >= (maxDepth-1)) { in push()