Searched defs:printOn (Results 1 - 25 of 52) sorted by relevance

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DFieldIdentifier.java34 public void printOn(PrintStream tty) { method in class:FieldIdentifier
H A DIndexableFieldIdentifier.java45 public void printOn(PrintStream tty) { method in class:IndexableFieldIdentifier
H A DNamedFieldIdentifier.java40 public void printOn(PrintStream tty) { method in class:NamedFieldIdentifier
H A DObjectHistogram.java61 public void print() { printOn(System.out); }
63 public void printOn(PrintStream tty) { method in class:ObjectHistogram
76 el.printOn(tty);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciObject.java63 public void printOn(PrintStream out) { method in class:ciObject
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DConstantDoubleValue.java59 printOn(System.out);
62 public void printOn(PrintStream tty) { method in class:ConstantDoubleValue
H A DConstantIntValue.java59 printOn(System.out);
62 public void printOn(PrintStream tty) { method in class:ConstantIntValue
H A DConstantLongValue.java59 printOn(System.out);
62 public void printOn(PrintStream tty) { method in class:ConstantLongValue
H A DConstantOopReadValue.java56 printOn(System.out);
59 public void printOn(PrintStream tty) { method in class:ConstantOopReadValue
H A DLocationValue.java59 printOn(System.out);
62 public void printOn(PrintStream tty) { method in class:LocationValue
63 getLocation().printOn(tty);
H A DMonitorValue.java50 public void printOn(PrintStream tty) { method in class:MonitorValue
52 owner().printOn(tty);
54 basicLock().printOn(tty);
H A DStub.java73 public void printOn(PrintStream tty) { Assert.that(false, "should not call this"); } method in class:Stub
H A DObjectValue.java76 printOn(System.out);
79 public void printOn(PrintStream tty) { method in class:ObjectValue
85 ((ScopeValue)fieldsValue.get(0)).printOn(tty);
89 ((ScopeValue)fieldsValue.get(i)).printOn(tty);
H A DPCDesc.java100 printOn(System.out, code);
103 public void printOn(PrintStream tty, NMethod code) { method in class:PCDesc
H A DScopeValue.java84 public abstract void printOn(PrintStream tty); method in class:ScopeValue
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/
H A DPSPermGen.java54 public void printOn(PrintStream tty) { method in class:PSPermGen
56 objectSpace().printOn(tty);
H A DPSOldGen.java74 public void printOn(PrintStream tty) { method in class:PSOldGen
76 objectSpace().printOn(tty);
H A DPSYoungGen.java93 public void printOn(PrintStream tty) { method in class:PSYoungGen
96 edenSpace().printOn(tty);
98 fromSpace().printOn(tty);
100 toSpace().printOn(tty);
H A DParallelScavengeHeap.java101 public void printOn(PrintStream tty) { method in class:ParallelScavengeHeap
103 youngGen().printOn(tty);
104 oldGen().printOn(tty);
105 permGen().printOn(tty);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/
H A DMutableSpace.java71 public void printOn(PrintStream tty) { method in class:MutableSpace
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DExternalVFrame.java40 printOn(System.out);
43 public void printOn(PrintStream tty) { method in class:ExternalVFrame
52 super.printOn(tty);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/
H A DCollectedHeap.java80 public void print() { printOn(System.out); }
81 public void printOn(PrintStream tty) { method in class:CollectedHeap
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreterCodelet.java91 public void printOn(PrintStream tty) { method in class:InterpreterCodelet
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DContiguousSpace.java92 public void printOn(PrintStream tty) { method in class:ContiguousSpace
95 super.printOn(tty);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DLivenessPath.java54 public void printOn(PrintStream tty) { method in class:LivenessPath

Completed in 312 milliseconds

123