Searched refs:getKlassAt (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWithKlass.java36 return method().getConstants().getKlassAt(index());
H A DBytecodeLoadConstant.java169 Klass k = cpool.getKlassAt(cpIndex);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPool.java326 public Klass getKlassAt(int which) { method in class:ConstantPool
346 return (InstanceKlass) getKlassAt(klassIndex);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java499 Klass klass = (Klass) cpool.getKlassAt(index);
637 Klass k = cpool.getKlassAt(cpIndex);
776 Klass k = cpool.getKlassAt(cpIndex);

Completed in 89 milliseconds