Home
last modified time | relevance | path

Searched refs:preProcessedUnits (Results 1 – 1 of 1) sorted by relevance

/external/turbine/java/com/google/turbine/binder/
DBinder.java76 ImmutableList<PreprocessedCompUnit> preProcessedUnits = CompUnitPreprocessor.preprocess(units); in bind() local
78 SimpleEnv<ClassSymbol, SourceBoundClass> ienv = bindSourceBoundClasses(preProcessedUnits); in bind()
97 bindPackages(log, ienv, tli, preProcessedUnits, classPathEnv); in bind()