Searched refs:xtty (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp689 if (xtty != NULL) {
690 xtty->begin_head("print_native_nmethod");
691 xtty->method(_method);
692 xtty->stamp();
693 xtty->end_head(" address='" INTPTR_FORMAT "'", (intptr_t) this);
707 if (xtty != NULL) {
708 xtty->tail("print_native_nmethod");
768 if (xtty != NULL) {
769 xtty->begin_head("print_dtrace_nmethod");
770 xtty
[all...]
H A DcodeCache.cpp470 if (LogCompilation && (xtty != NULL)) {
472 xtty->begin_elem("nmethod_reconnected compile_id='%3d'", saved->compile_id());
473 xtty->method(methodOop(m));
474 xtty->stamp();
475 xtty->end_elem();
498 if (LogCompilation && (xtty != NULL)) {
500 xtty->begin_elem("nmethod_removed compile_id='%3d'", nm->compile_id());
501 xtty->stamp();
502 xtty->end_elem();
520 if (LogCompilation && (xtty !
[all...]
H A Ddependencies.cpp469 void Dependencies::write_dependency_to(xmlStream* xtty, argument
473 if (xtty == NULL) return;
477 xtty->begin_elem("dependency_failed");
479 xtty->begin_elem("dependency");
481 xtty->print(" type='%s'", dep_name(dept));
483 xtty->object("ctxk", args[ctxkj]);
489 xtty->object("x", args[j]);
492 xtty->object(xn, args[j]);
496 xtty->object("witness", witness);
497 xtty
[all...]
H A Ddependencies.hpp395 static void write_dependency_to(xmlStream* xtty,
493 // Log the current dependency to xtty or compilation log.
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1288 if (xtty != NULL) {
1289 xtty->begin_head("uncommon_trap thread='" UINTX_FORMAT"' %s",
1292 nm->log_identity(xtty);
1301 if (xtty != NULL)
1302 xtty->print(" unresolved='1'");
1306 if (xtty != NULL)
1307 xtty->name(class_name);
1309 if (xtty != NULL && trap_mdo.not_null()) {
1315 xtty->print(" count='%d'", dcnt);
1319 xtty
[all...]
H A Dsweeper.cpp626 if (LogCompilation && (xtty != NULL)) {
633 xtty->begin_elem("sweeper state='%s' traversals='" INTX_FORMAT "' ", msg, (intx)traversal_count());
637 xtty->vprint(format, ap);
640 xtty->print(s.as_string());
641 xtty->stamp();
642 xtty->end_elem();
H A DvmThread.cpp290 if (xtty != NULL) {
292 xtty->begin_elem("destroy_vm");
293 xtty->stamp();
294 xtty->end_elem();
H A DsharedRuntime.cpp1885 if (xtty != NULL) xtty->head("statistics type='SharedRuntime'");
1934 if (xtty != NULL) xtty->tail("statistics");
H A Dthread.cpp2649 if (LogCompilation && xtty != NULL) {
2651 xtty->elem("deoptimized thread='" UINTX_FORMAT "' compile_id='%d'",
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.hpp181 extern xmlStream* xtty;
183 // Note: If ::xtty != NULL, ::tty == ::xtty->text().
H A Dostream.cpp352 xmlStream* xtty; variable
617 if (this == tty) xtty = xs;
673 // and leave xtty as NULL
852 if (xtty != NULL) {
853 xtty->print_cr("<!-- safepoint while printing -->");
921 xtty = NULL;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp530 xtty->begin_elem("task_queued");
531 log_task(xtty);
533 xtty->print(" comment='%s'", _comment);
541 xtty->method(hot);
545 xtty->print(" hot_count='%d'", _hot_count);
547 xtty->end_elem();
622 if (LogCompilation && xtty != NULL) {
1659 if (xtty != NULL) {
1663 xtty->elem("thread_logfile thread='%d' filename='%s'", thread_id, file);
1881 if (xtty !
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp532 if (xtty != NULL) {
533 xtty->begin_elem("intrinsic_misdeclared actual='%s' declared='%s'",
535 xtty->method(mh);
536 xtty->end_elem("");
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp638 if ((TraceDeoptimization || LogCompilation) && (xtty != NULL)) {
640 xtty->begin_elem("make_not_%scompilable thread='" UINTX_FORMAT "'",
643 xtty->print(" reason=\'%s\'", reason);
645 xtty->method(methodOop(this));
646 xtty->stamp();
647 xtty->end_elem();
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp874 if (xtty != NULL) {
876 xtty->print_cr("<blob name='%s' size='%d'>", name, _total_size);
880 xtty->print_cr("<sect index='%d' size='" SIZE_FORMAT "' free='" SIZE_FORMAT "'/>",
883 xtty->print_cr("</blob>");
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp249 if (xtty != NULL) xtty->head("statistics type='intrinsic'");
264 if (xtty != NULL) xtty->tail("statistics");
269 if (xtty != NULL) xtty->head("statistics type='opto'");
276 if (xtty != NULL) xtty->tail("statistics");
823 if (xtty != NULL) {
824 xtty
[all...]
H A Doutput.cpp1649 if (xtty != NULL) {
1650 xtty->head("opto_assembly compile_id='%d'%s", compile_id(),
1659 if (xtty != NULL) {
1660 xtty->tail("opto_assembly");
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp918 } else if (xtty == NULL) {

Completed in 139 milliseconds