Searched refs:maxDepth (Results 1 – 2 of 2) sorted by relevance
46 const int maxDepth, int *const outTarget, int *const outTargetLength, in nextShortcutTarget() argument48 mShortcutStructurePolicy->getNextShortcut(maxDepth, outTarget, outTargetLength, in nextShortcutTarget()
954 int maxDepth = 0; in completeConstruction() local960 if (maxDepth < depth) { in completeConstruction()961 maxDepth = depth; in completeConstruction()964 if (mDbg) mSm.log("completeConstruction: maxDepth=" + maxDepth); in completeConstruction()966 mStateStack = new StateInfo[maxDepth]; in completeConstruction()967 mTempStateStack = new StateInfo[maxDepth]; in completeConstruction()