Searched refs:resolvedMethod (Results 1 – 11 of 11) sorted by relevance
61 PsiMethod resolvedMethod = (PsiMethod)methodReference.resolve(); in testJavaReferenceFromSmali() local62 Assert.assertNotNull(resolvedMethod); in testJavaReferenceFromSmali()63 Assert.assertEquals("nanoTime", resolvedMethod.getName()); in testJavaReferenceFromSmali()64 Assert.assertNotNull(resolvedMethod.getContainingClass()); in testJavaReferenceFromSmali()65 … Assert.assertEquals("java.lang.System", resolvedMethod.getContainingClass().getQualifiedName()); in testJavaReferenceFromSmali()66 Assert.assertEquals(0, resolvedMethod.getParameterList().getParametersCount()); in testJavaReferenceFromSmali()67 Assert.assertNotNull(resolvedMethod.getReturnType()); in testJavaReferenceFromSmali()68 Assert.assertEquals("long", resolvedMethod.getReturnType().getCanonicalText()); in testJavaReferenceFromSmali()94 PsiMethod resolvedMethod = (PsiMethod)methodReference.resolve(); in testSmaliReferenceFromSmali() local95 Assert.assertNotNull(resolvedMethod); in testSmaliReferenceFromSmali()[all …]
1584 Method resolvedMethod = inlineResolver.resolveExecuteInline(analyzedInstruction);1587 int acccessFlags = resolvedMethod.getAccessFlags();1598 instruction.getRegisterF(), instruction.getRegisterG(), resolvedMethod);1610 Method resolvedMethod = inlineResolver.resolveExecuteInline(analyzedInstruction);1613 int acccessFlags = resolvedMethod.getAccessFlags();1623 instruction.getRegisterCount(), resolvedMethod);1803 MethodReference resolvedMethod;1817 resolvedMethod = superType.getMethodByVtableIndex(methodIndex);1819 resolvedMethod = objectRegisterTypeProto.getMethodByVtableIndex(methodIndex);1822 if (resolvedMethod == null) {[all …]
151 ExecutableType resolvedMethod = resolvedSubcomponentFactoryMethod(); in addFactoryMethods() local154 resolvedMethod.getReturnType(), subcomponentFactoryMethod.getSimpleName().toString()); in addFactoryMethods()155 writeSubcomponentWithoutBuilder(componentMethod, resolvedMethod); in addFactoryMethods()162 MethodWriter componentMethod, ExecutableType resolvedMethod) { in writeSubcomponentWithoutBuilder() argument165 List<? extends TypeMirror> paramTypes = resolvedMethod.getParameterTypes(); in writeSubcomponentWithoutBuilder()
114 ExecutableType resolvedMethod = in forProducesMethod() local116 Key key = keyFactory.forProducesMethod(resolvedMethod, producesMethod); in forProducesMethod()121 resolvedMethod.getParameterTypes()); in forProducesMethod()
165 ExecutableType resolvedMethod = in forProvidesMethod() local167 Key key = keyFactory.forProvidesMethod(resolvedMethod, providesMethod); in forProvidesMethod()172 resolvedMethod.getParameterTypes()); in forProvidesMethod()
158 ExecutableType resolvedMethod = in validate() local160 List<? extends TypeMirror> parameterTypes = resolvedMethod.getParameterTypes(); in validate()162 TypeMirror returnType = resolvedMethod.getReturnType(); in validate()
313 ExecutableType resolvedMethod =323 MoreElements.asType(MoreTypes.asElement(resolvedMethod.getReturnType())),331 MoreTypes.asElement(resolvedMethod.getReturnType()).getEnclosingElement()),
209 ExecutableType resolvedMethod =211 TypeMirror returnType = normalize(types, resolvedMethod.getReturnType());
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...