Searched refs:cr (Results 101 - 125 of 256) sorted by relevance

1234567891011

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp94 st->cr();
97 st->cr();
198 sym->print_on(st); st->cr();
381 st->cr();
502 st->cr();
522 st->cr();
H A DoopMapCache.cpp330 if (TraceOopMapGeneration && Verbose) { tty->cr(); tty->print("Stack (%d): ", stack_top); }
343 if (TraceOopMapGeneration && Verbose) tty->cr();
582 method->print_value(); tty->cr();
633 method->print_value(); tty->cr();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.cpp111 tty->cr();
133 tty->print("thr "); TaskQueueStats::print_header(1); tty->cr();
134 tty->print("--- "); TaskQueueStats::print_header(2); tty->cr();
H A DgcTaskThread.cpp93 st->cr();
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DageTable.cpp98 gclog_or_tty->cr();
/openjdk7/hotspot/src/share/vm/runtime/
H A DunhandledOops.cpp55 tty->cr();
H A Dvframe.cpp517 tty->cr();
540 tty->cr();
543 tty->cr();
614 tty->cr();
618 tty->cr();
H A Dvirtualspace.cpp171 tty->cr();
342 tty->cr();
497 tty->cr();
924 tty->cr();
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticCommand.cpp82 output()->cr();
95 output()->cr();
179 output()->cr();
197 output()->cr();
/openjdk7/hotspot/src/share/vm/opto/
H A DdoCall.cpp50 tty->cr();
61 out->cr();
385 orig_callee->print_name(); tty->cr();
572 cg->method()->print_name(); tty->cr();
659 method()->print_name(); tty->cr();
664 method()->print_name(); tty->cr();
811 tty->cr();
959 tty->cr();
991 tty->cr();
H A Dphase.cpp163 tty->cr();
167 tty->cr();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java843 Rectangle cr;
845 cr = comp.getBounds(tmpRect);
847 boolean hitClip = g.hitClip(cr.x, cr.y, cr.width,
848 cr.height);
852 int x = cr.x;
853 int y = cr.y;
854 int width = cr.width;
855 int height = cr
[all...]
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp285 st->cr();
286 st->cr();
290 st->cr();
308 st->cr();
318 st->cr();
328 st->cr();
338 st->cr();
348 st->cr();
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp648 st->cr();
649 st->cr();
653 st->cr();
671 st->cr();
681 st->cr();
691 st->cr();
701 st->cr();
711 st->cr();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWContainerPeer.java157 final Region cr = child.getRegion();
158 final Region tr = cr.getTranslatedRegion(cb.x, cb.y);
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAccessFlags.java63 AccessFlags(ClassReader cr) throws IOException { argument
64 this(cr.readUnsignedShort());
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp1524 st->cr();
1529 st->cr();
1632 tty->cr();
1785 tty->cr();
1885 st->print(" Stored locals: "); def_locals()->print_on(st, outer()->method()->max_locals()); tty->cr();
1895 st->cr();
1906 st->cr();
1921 st->cr();
2026 tty->cr();
2040 tty->cr();
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp324 for (int cr = 0; cr < _cur_covered_regions; cr++) {
325 if (_committed[cr].contains(new_end - 1)) {
690 tty->cr();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp598 st->cr();
608 stream.cr();
609 stream.cr();
/openjdk7/langtools/test/tools/javac/6889255/
H A DT6889255.java366 ClassReader cr = ClassReader.instance(ctx);
367 cr.saveParameterNames = true;
375 ClassSymbol sym = cr.enterClass(names.table.fromString(classname));
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp267 st->cr();
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp393 tty->cr();
510 tty->cr();
539 tty->cr();
553 tty->cr();
H A Dworkgroup.cpp217 st->cr();
282 tty->cr();
316 tty->cr();
354 st->cr();
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DParseUtil.java214 CoderResult cr = dec.decode(bb, cb, true);
215 if (cr.isError())
217 cr = dec.flush(cb);
218 if (cr.isError())
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixPath.java138 CoderResult cr = ce.encode(cb, bb, true);
140 if (!cr.isUnderflow()) {
143 cr = ce.flush(bb);
144 error = !cr.isUnderflow();

Completed in 95 milliseconds

1234567891011