Searched refs:getTransitiveInterfaces (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/
H A DClassLoaderStats.java267 size += arraySize(k.getTransitiveInterfaces());
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java436 public KlassArray getTransitiveInterfaces() { return new KlassArray(transitiveInterfaces.getValue(getAddress())); } method in class:InstanceKlass
622 KlassArray interfaces = getTransitiveInterfaces();
839 KlassArray interfaces = getTransitiveInterfaces();

Completed in 51 milliseconds