Searched refs:getMethodrefType (Results 1 – 8 of 8) sorted by relevance
106 return constPool.getMethodrefType(methodIndex); in getSignature()115 String desc = cp.getMethodrefType(index); in getConstructor()180 String signature = constPool.getMethodrefType(methodIndex); in replace()
198 signature = constPool.getMethodrefType(index); in replace()
230 desc = constPool.getMethodrefType(ci.u16bitAt(index + 1)); in visitInst()234 desc = constPool.getMethodrefType(ci.u16bitAt(index + 1)); in visitInst()
211 + pool.getMethodrefType(index) + ")"; in methodInfo()
406 public String getMethodrefType(int index) { in getMethodrefType() method in ConstPool
379 String desc = ca.getConstPool().getMethodrefType(mref); in removeConsCall()
821 String desc = cpool.getMethodrefType(i); in doInvokeMethod()
733 String desc = constPool.getMethodrefType(index); in evalInvokeMethod()