Searched refs:getMethodrefType (Results 1 – 8 of 8) sorted by relevance
126 return constPool.getMethodrefType(methodIndex); in getSignature()135 String desc = cp.getMethodrefType(index); in getConstructor()203 String signature = constPool.getMethodrefType(methodIndex); in replace()
215 signature = constPool.getMethodrefType(index); in replace()
231 desc = constPool.getMethodrefType(ci.u16bitAt(index + 1)); in visitInst()235 desc = constPool.getMethodrefType(ci.u16bitAt(index + 1)); in visitInst()
225 + pool.getMethodrefType(index) + ")"; in methodInfo()
484 public String getMethodrefType(int index) in getMethodrefType() method in ConstPool
392 String desc = ca.getConstPool().getMethodrefType(mref); in removeConsCall()
797 String desc = cpool.getMethodrefType(i); in doInvokeMethod()
735 String desc = constPool.getMethodrefType(index); in evalInvokeMethod()