Searched refs:isSameOrAdaptableTo (Results 1 - 1 of 1) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
H A DLambdaMainMethodSourceCode.java44 if (!isSameOrAdaptableTo(capturesAndParams.get(i), implReceiverAndArgs.get(i))) {
50 && !isSameOrAdaptableTo(implReturnType, enforcedReturnType)) {
110 private boolean isSameOrAdaptableTo(DexType a, DexType b) { method in class:LambdaMainMethodSourceCode
123 return isSameOrAdaptableTo(a.descriptor.content[0], b.descriptor.content[0]);
141 isSameOrAdaptableTo(unboxedA.descriptor.content[0], b.descriptor.content[0]);
154 private boolean isSameOrAdaptableTo(byte from, byte to) { method in class:LambdaMainMethodSourceCode

Completed in 185 milliseconds