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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java37 public class ConstMethod extends Oop { class in inherits:Oop
84 ConstMethod(OopHandle handle, ObjectHeap heap) { method in class:ConstMethod
228 tty.print("ConstMethod " + getName().asString() + getSignature().asString() + "@" + getHandle());
H A DMethod.java125 public ConstMethod getConstMethod() { return (ConstMethod) constMethod.getValue(this); }
H A DObjectHeap.java359 if (klass.equals(constMethodKlassHandle)) return new ConstMethod(handle, this);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DFrame.java93 protected int bcpToBci(Address bcp, ConstMethod cm) {

Completed in 37 milliseconds