Home
last modified time | relevance | path

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

/external/desugar/test/java/com/google/devtools/build/android/desugar/
DFrameInfoTest.java19 import com.google.devtools.build.android.desugar.BytecodeTypeInference.FrameInfo;
20 import com.google.devtools.build.android.desugar.BytecodeTypeInference.InferredType;
DByteCodeTypePrinter.java88 BytecodeTypeInference inference = new BytecodeTypeInference(access, internalName, name, desc); in visitMethod()
109 private final BytecodeTypeInference inference;
114 MethodVisitor visitor, BytecodeTypeInference inference, PrintWriter printWriter) { in MethodIrTypeDumper()
DBytecodeTypeInferenceTest.java20 import com.google.devtools.build.android.desugar.BytecodeTypeInference.InferredType;
/external/desugar/java/com/google/devtools/build/android/desugar/
DTryWithResourcesRewriter.java31 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()
DBytecodeTypeInference.java39 public final class BytecodeTypeInference extends MethodVisitor { class
48 public BytecodeTypeInference(int access, String owner, String name, String methodDescriptor) { in BytecodeTypeInference() method in BytecodeTypeInference