Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DLambdaClass.java374 final DexMethod callTarget; field in LambdaClass.Target
377 Target(DexMethod callTarget, Invoke.Type invokeType) { in Target() argument
378 assert callTarget != null; in Target()
380 this.callTarget = callTarget; in Target()
451 callTarget, encodedMethod.accessFlags, encodedMethod.annotations, in ensureAccessibility()
462 || (callTarget.proto.parameters.values.length in ensureAccessibility()
483 DexProgramClass accessorClass = programDefinitionFor(callTarget.holder); in ensureAccessibility()
490 callTarget, accessorFlags, DexAnnotationSet.empty(), DexAnnotationSetRefList.empty(), in ensureAccessibility()
DAccessorMethodSourceCode.java23 super(/* no receiver for static method */ null, lambda, lambda.target.callTarget); in AccessorMethodSourceCode()
DLambdaMainMethodSourceCode.java187 DexMethod methodToCall = target.callTarget; in prepareInstructions()
207 constructorTarget ? target.callTarget.holder : implReturnType); in prepareInstructions()
/external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/
DBootstrapMethodReferenceTest.java122 public static int callTarget() { in callTarget() method in BootstrapMethodReferenceTest