Searched refs:endFunc (Results 1 – 2 of 2) sorted by relevance
1021 int endFunc = opPos + getOp(opPos + 1) - 1; in compileFunction() local1047 for (int p = opPos; p < endFunc; p = getNextOpPos(p), i++) in compileFunction()
403 int endFunc = opPos + compiler.getOp(opPos + 1) - 1; in functionProximateOrContainsProximate() local417 for (int p = opPos; p < endFunc; p = compiler.getNextOpPos(p), i++) in functionProximateOrContainsProximate()