Searched refs:invokeDynamicRef (Results 1 – 3 of 3) sorted by relevance
32 final CstCallSiteRef invokeDynamicRef; field in CallSiteIdItem41 public CallSiteIdItem(CstCallSiteRef invokeDynamicRef) { in CallSiteIdItem() argument42 this.invokeDynamicRef = invokeDynamicRef; in CallSiteIdItem()61 CstCallSite callSite = invokeDynamicRef.getCallSite(); in addContents()78 out.annotate(0, indexString() + ' ' + invokeDynamicRef.toString()); in writeTo()88 return invokeDynamicRef.compareTo(other.invokeDynamicRef); in compareTo()
206 CstCallSiteRef invokeDynamicRef = (CstCallSiteRef) cst; in getOutsSize() local207 count = invokeDynamicRef.getPrototype().getParameterTypes().getWordCount(); in getOutsSize()
712 CstInvokeDynamic invokeDynamicRef = (CstInvokeDynamic) cst; in visitConstant() local713 Prototype prototype = invokeDynamicRef.getPrototype(); in visitConstant()717 cst = invokeDynamicRef.addReference(); in visitConstant()