Searched refs:BytecodeTypeInference (Results  1 – 5 of 5) sorted by relevance
| /external/desugar/test/java/com/google/devtools/build/android/desugar/ | 
| D | FrameInfoTest.java | 19 import com.google.devtools.build.android.desugar.BytecodeTypeInference.FrameInfo;20 import com.google.devtools.build.android.desugar.BytecodeTypeInference.InferredType;
 
 | 
| D | ByteCodeTypePrinter.java | 88       BytecodeTypeInference inference = new BytecodeTypeInference(access, internalName, name, desc);  in visitMethod()109     private final BytecodeTypeInference inference;
 114         MethodVisitor visitor, BytecodeTypeInference inference, PrintWriter printWriter) {  in MethodIrTypeDumper()
 
 | 
| D | BytecodeTypeInferenceTest.java | 20 import com.google.devtools.build.android.desugar.BytecodeTypeInference.InferredType;
 | 
| /external/desugar/java/com/google/devtools/build/android/desugar/ | 
| D | TryWithResourcesRewriter.java | 31 import com.google.devtools.build.android.desugar.BytecodeTypeInference.InferredType;202     BytecodeTypeInference inference = null;  in visitMethod()
 209       inference = new BytecodeTypeInference(access, internalName, name, desc);  in visitMethod()
 258     @Nullable private final BytecodeTypeInference typeInference;
 265         @Nullable BytecodeTypeInference typeInference) {  in TryWithResourceVisitor()
 
 | 
| D | BytecodeTypeInference.java | 39 public final class BytecodeTypeInference extends MethodVisitor {  class48   public BytecodeTypeInference(int access, String owner, String name, String methodDescriptor) {  in BytecodeTypeInference()  method in BytecodeTypeInference
 
 |