Searched refs:descr (Results 1 – 1 of 1) sorted by relevance
272 static String descriptorToDot(String descr) { in descriptorToDot() argument273 int targetLen = descr.length(); in descriptorToDot()278 while (targetLen > 1 && descr.charAt(offset) == '[') { in descriptorToDot()285 descr = primitiveTypeLabel(descr.charAt(offset)); in descriptorToDot()287 targetLen = descr.length(); in descriptorToDot()290 if (targetLen >= 2 && descr.charAt(offset) == 'L' && in descriptorToDot()291 descr.charAt(offset+targetLen-1) == ';') in descriptorToDot()303 char ch = descr.charAt(offset + i); in descriptorToDot()