Lines Matching refs:xtty

689     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->method(_method);
771 xtty->stamp();
772 xtty->end_head(" address='" INTPTR_FORMAT "'", (intptr_t) this);
783 if (xtty != NULL) {
784 xtty->tail("print_dtrace_nmethod");
919 if (LogCompilation && xtty != NULL) {
922 xtty->begin_elem("nmethod");
923 log_identity(xtty);
924 xtty->print(" entry='" INTPTR_FORMAT "' size='%d'", code_begin(), size());
925 xtty->print(" address='" INTPTR_FORMAT "'", (intptr_t) this);
927 LOG_OFFSET(xtty, relocation);
928 LOG_OFFSET(xtty, consts);
929 LOG_OFFSET(xtty, insts);
930 LOG_OFFSET(xtty, stub);
931 LOG_OFFSET(xtty, scopes_data);
932 LOG_OFFSET(xtty, scopes_pcs);
933 LOG_OFFSET(xtty, dependencies);
934 LOG_OFFSET(xtty, handler_table);
935 LOG_OFFSET(xtty, nul_chk_table);
936 LOG_OFFSET(xtty, oops);
938 xtty->method(method());
939 xtty->stamp();
940 xtty->end_elem();
963 if (xtty != NULL) {
964 xtty->begin_head("print_nmethod");
965 xtty->stamp();
966 xtty->end_head();
991 if (xtty != NULL) {
992 xtty->tail("print_nmethod");
1255 if (xtty != NULL) {
1258 xtty->begin_elem("make_unloaded thread='" UINTX_FORMAT "'",
1261 xtty->begin_elem("make_not_entrant thread='" UINTX_FORMAT "'%s",
1265 log_identity(xtty);
1266 xtty->stamp();
1267 xtty->end_elem();
2802 if (xtty != NULL) xtty->head("statistics type='nmethod'");
2808 if (xtty != NULL) xtty->tail("statistics");