Lines Matching full:rsignature
822 String rsignature = getJniName(jfunc.getType());842 rsignature = rsignature.replace('.', '/');845 if (rsignature.length() == 0) {846 rsignature = "V";853 rsignature +