Home
last modified time | relevance | path

Searched defs:tenv (Results 1 – 4 of 4) sorted by relevance

/external/turbine/java/com/google/turbine/types/
DErasure.java36 public static Type erase(Type ty, Function<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tenv) { in erase()
60 ImmutableList<Type> types, Function<TyVarSymbol, TyVarInfo> tenv) { in erase()
69 IntersectionTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseIntersectionTy()
74 TyVar ty, Function<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tenv) { in eraseTyVar()
80 Type.ArrayTy ty, Function<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tenv) { in eraseArrayTy()
96 private static Type eraseWildTy(WildTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in eraseWildTy()
107 private static Type erasureMethodTy(MethodTy ty, Function<TyVarSymbol, TyVarInfo> tenv) { in erasureMethodTy()
/external/turbine/java/com/google/turbine/lower/
DLower.java291 Function<TyVarSymbol, TyVarInfo> tenv = new TyVarEnv(m.tyParams()); in lowerMethod() local
361 private String methodDescriptor(MethodInfo m, Function<TyVarSymbol, TyVarInfo> tenv) { in methodDescriptor()
365 fparams.add(sig.signature(Erasure.erase(t.type(), tenv))); in methodDescriptor() local
374 Function<TyVarSymbol, TyVarInfo> tenv = new TyVarEnv(ImmutableMap.of()); in lowerField() local
/external/turbine/java/com/google/turbine/binder/
DBinder.java142 Env<ClassSymbol, SourceTypeBoundClass> tenv = in bind() local
301 Env<ClassSymbol, TypeBoundClass> tenv) { in canonicalizeTypes()
437 Env<ClassSymbol, TypeBoundClass> tenv) { in disambiguateTypeAnnotations()
DProcessing.java111 Env<ClassSymbol, SourceTypeBoundClass> tenv = new SimpleEnv<>(result.units()); in process() local