Searched refs:resolvedMethod (Results 1 – 4 of 4) sorted by relevance
1605 Method resolvedMethod = inlineResolver.resolveExecuteInline(analyzedInstruction); in analyzeExecuteInline() local1608 int acccessFlags = resolvedMethod.getAccessFlags(); in analyzeExecuteInline()1619 instruction.getRegisterF(), instruction.getRegisterG(), resolvedMethod); in analyzeExecuteInline()1631 Method resolvedMethod = inlineResolver.resolveExecuteInline(analyzedInstruction); in analyzeExecuteInlineRange() local1634 int acccessFlags = resolvedMethod.getAccessFlags(); in analyzeExecuteInlineRange()1644 instruction.getRegisterCount(), resolvedMethod); in analyzeExecuteInlineRange()1824 MethodReference resolvedMethod; in analyzeInvokeVirtualQuick() local1838 resolvedMethod = superType.getMethodByVtableIndex(methodIndex); in analyzeInvokeVirtualQuick()1840 resolvedMethod = objectRegisterTypeProto.getMethodByVtableIndex(methodIndex); in analyzeInvokeVirtualQuick()1843 if (resolvedMethod == null) { in analyzeInvokeVirtualQuick()[all …]
69 XMethodType resolvedMethod = bindsMethod.asMemberOf(contributingModule.getType()); in create() local73 Iterables.getOnlyElement(resolvedMethod.getParameterTypes())); in create()
122 XMethodType resolvedMethod = subcomponentCreatorMethod.asMemberOf(declaredContainer); in forSubcomponentCreatorMethod() local123 return forType(resolvedMethod.getReturnType()); in forSubcomponentCreatorMethod()
268 private final XMethodType resolvedMethod; field in ComponentValidator.ElementValidator.ComponentMethodValidator275 this.resolvedMethod = method.asMemberOf(component.getType()); in ComponentMethodValidator()276 this.parameterTypes = resolvedMethod.getParameterTypes(); in ComponentMethodValidator()278 this.returnType = resolvedMethod.getReturnType(); in ComponentMethodValidator()309 if (!resolvedMethod.getTypeVariableNames().isEmpty()) { in validateNoTypeVariables()