Searched refs:callSiteMethod (Results 1 – 1 of 1) sorted by relevance
42 private final CstMethodRef callSiteMethod; field in InvokePolymorphicInsn66 CstMethodRef callSiteMethod) { in InvokePolymorphicInsn() argument78 if (callSiteMethod == null) { in InvokePolymorphicInsn()80 } else if (!callSiteMethod.isSignaturePolymorphic()) { in InvokePolymorphicInsn()84 this.callSiteMethod = callSiteMethod; in InvokePolymorphicInsn()85 this.invokeMethod = makeInvokeMethod(callSiteMethod); in InvokePolymorphicInsn()86 this.callSiteProto = makeCallSiteProto(callSiteMethod); in InvokePolymorphicInsn()130 return callSiteMethod; in getCallSiteMethod()163 private static CstMethodRef makeInvokeMethod(final CstMethodRef callSiteMethod) { in makeInvokeMethod() argument165 CstNat cstNat = new CstNat(callSiteMethod.getNat().getName(), INVOKE_DESCRIPTOR); in makeInvokeMethod()[all …]