Searched refs:addMethodHandleInfo (Results 1 – 3 of 3) sorted by relevance
663 public int addMethodHandleInfo(int kind, int index) { in addMethodHandleInfo() method in ClassFileWriter.ConstPoolWriter
1164 public int addMethodHandleInfo(int kind, int index) in addMethodHandleInfo() method in ConstPool2155 return dest.addMethodHandleInfo(refKind, in copy()
810 int mhi = cp.addMethodHandleInfo(ConstPool.REF_invokeStatic, mri); in testInvokeDynamic()