Searched refs:getFullName (Results 1 - 14 of 14) sorted by relevance

/openjdk9/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DUncommonTrapEvent.java109 if (!jvmsMethods.get(i).equals(site.getMethod().getFullName())) {
110 throw new InternalError(jvmsMethods.get(i) + " != " + site.getMethod().getFullName());
115 call.getMethod().getFullName().equals(jvmsMethods.get(i + 1)) &&
H A DMethod.java113 public String getFullName() { method in class:Method
H A DLogCompilation.java443 String name = c.getMethod().getFullName();
462 String name = c.getMethod().getFullName();
492 String name = ((Compilation) elist.get(0)).getMethod().getFullName();
/openjdk9/jdk/src/java.base/share/classes/sun/security/x509/
H A DDistributionPointName.java153 public GeneralNames getFullName() { method in class:DistributionPointName
H A DDistributionPoint.java249 public GeneralNames getFullName() { method in class:DistributionPoint
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/jimage/
H A DImageLocation.java127 * A simpler verification would be {@code name.equals(getFullName())}, but
251 public String getFullName() { method in class:ImageLocation
252 return getFullName(false);
255 public String getFullName(boolean modulesPrefix) { method in class:ImageLocation
H A DImageReader.java390 findNode(childloc.getFullName());
448 assert (name.equals(loc.getFullName()));
451 String path = childloc.getFullName();
759 super(loc.getFullName(true), fileAttrs);
H A DBasicImageReader.java310 .mapToObj(o -> ImageLocation.readFrom(this, o).getFullName())
/openjdk9/jdk/src/java.base/share/classes/sun/security/provider/certpath/
H A DDistributionPointFetcher.java168 GeneralNames fullName = point.getFullName();
428 GeneralNames idpNames = idpPoint.getFullName();
445 if (point.getFullName() != null ||
447 GeneralNames pointNames = point.getFullName();
/openjdk9/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DBasicImageWriter.java104 builder.put(location.getFullName(), location);
H A DImageResourcesTree.java366 outLocations.put(wr.getFullName(), wr);
/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DTrueTypeFont.java976 public String getFullName() { method in class:TrueTypeFont
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...
/openjdk9/jdk/src/java.base/share/classes/sun/security/tools/keytool/
H A DMain.java2305 GeneralNames names = o.getFullName();

Completed in 132 milliseconds