Searched refs:cr (Results 226 - 250 of 256) sorted by relevance

1234567891011

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp1075 tty->cr();
1078 tty->cr();
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp622 tty->cr();
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp336 cur->print_on(tty, is_live ? "scavenge root" : "dead scavenge root"); tty->cr();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp1324 gclog_or_tty->cr();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp293 if (newline) tty->cr();
2573 if (count_mod_8 == 7) gclog_or_tty->cr();
2589 if (Verbose && (fillable_regions & 7) != 0) gclog_or_tty->cr();
2720 out->cr();
H A DpsYoungGen.cpp718 gclog_or_tty->cr();
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp424 gclog_or_tty->cr();
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp483 st->cr();
/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp279 tty->cr();
3239 tty->cr();
3242 tty->cr();
3255 tty->cr();
H A Dparse2.cpp954 method()->print_name(); tty->cr();
1389 tty->cr();
H A DcallGenerator.cpp1137 tty->cr();
H A Dreg_split.cpp299 def->dump(-1); tty->cr();
H A Dcallnode.cpp538 st->cr();
H A Dnode.cpp1582 st->cr();
H A DgraphKit.cpp1204 if (WizardMode) { tty->print("Null check of unloaded "); tp->klass()->print(); tty->cr(); }
3402 tty->cr();
H A Doutput.cpp2965 tty->cr();
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp899 tty->cr();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp285 list->at(i)->print(); tty->cr();
H A Dc1_GraphBuilder.cpp450 tty->cr();
472 tty->cr();
2442 tty->cr();
2444 ip.print_instr(_block); tty->cr();
2445 ip.print_stack(_block->state()); tty->cr();
H A Dc1_Canonicalizer.cpp57 tty->cr();
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_xembed_server.c868 XCreateWindowEvent cr; variable
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1123 tty->cr();
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1668 st->cr();
1690 st->cr();
1724 st->cr();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java815 * copied from this reader (mw.cw.cr == this), and the signature
824 if (mw.cw.cr == this) {
H A DMethodWriter.java188 * the ClassReader associated to this writer in <code>cw.cr</code>. More
190 * <code>cw.cr.b</code>.
196 * the ClassReader associated to this writer in <code>cw.cr</code>. More
198 * <code>cw.cr.b</code>.
1915 out.putByteArray(cw.cr.b, classReaderOffset, classReaderLength);

Completed in 499 milliseconds

1234567891011