Lines Matching refs:stable
47 SymbolTable stable; field in Javac
75 stable = new SymbolTable(); in Javac()
98 ASTList mem = p.parseMember1(stable); in compile()
156 md = p.parseMethod2(stable, md); in compileMethod()
218 SymbolTable stb = new SymbolTable(stable); in compileBody()
290 va.index(i), stable); in recordLocalVariables() local
319 index, stable); in recordParamNames() local
339 return gen.recordParams(params, isStatic, "$", "$args", "$$", stable); in recordParams()
368 use0, varNo, target, stable); in recordParams()
403 (useResultVar ? resultVarName : null), stable); in recordReturnType()
425 return gen.recordVariable(type, name, stable); in recordVariable()
441 final ASTree texpr = p.parseExpression(stable); in recordProceed()
534 final ASTree texpr = p.parseExpression(stable); in recordSpecialProceed()
574 SymbolTable stb = new SymbolTable(stable); in compileStmnt()
592 ASTree e = parseExpr(src, stable); in compileExpr()