Searched refs:ienv (Results 1 – 1 of 1) sorted by relevance
78 SimpleEnv<ClassSymbol, SourceBoundClass> ienv = bindSourceBoundClasses(preProcessedUnits); in bind() local80 ImmutableSet<ClassSymbol> syms = ienv.asMap().keySet(); in bind()84 SimpleTopLevelIndex.of(ienv.asMap().keySet()), in bind()97 bindPackages(log, ienv, tli, preProcessedUnits, classPathEnv); in bind()168 Env<ClassSymbol, SourceBoundClass> ienv, in bindPackages() argument189 CompoundEnv.<ClassSymbol, BoundClass>of(classPathEnv).append(ienv)); in bindPackages()