Lines Matching refs:INTPTR_FORMAT

693       xtty->end_head(" address='" INTPTR_FORMAT "'", (intptr_t) this);
772 xtty->end_head(" address='" INTPTR_FORMAT "'", (intptr_t) this);
924 xtty->print(" entry='" INTPTR_FORMAT "' size='%d'", code_begin(), size());
925 xtty->print(" address='" INTPTR_FORMAT "'", (intptr_t) this);
953 st->print_cr(" (" INTPTR_FORMAT ")", this);
1200 tty->print_cr("[Class unloading: Making nmethod " INTPTR_FORMAT
1201 " unloadable], methodOop(" INTPTR_FORMAT
1202 "), cause(" INTPTR_FORMAT ")",
1372 tty->print_cr("nmethod <" INTPTR_FORMAT "> code made %s", this, (state == not_entrant) ? "not entrant" : "zombie");
1390 Events::log(JavaThread::current(), "flushing nmethod " INTPTR_FORMAT, this);
1392 tty->print_cr("*flushing nmethod %3d/" INTPTR_FORMAT ". Live blobs:" UINT32_FORMAT "/Free CodeCache:" SIZE_FORMAT "Kb",
2131 tty->print_cr("implicit exception happened at " INTPTR_FORMAT, pc);
2245 fatal(err_msg("nmethod at " INTPTR_FORMAT " not in zone", this));
2253 fatal(err_msg("findNMethod did not find this nmethod (" INTPTR_FORMAT ")",
2259 tty->print_cr("\t\tin nmethod at " INTPTR_FORMAT " (pcs)", this);
2385 tty->print("((nmethod*) "INTPTR_FORMAT ") ", this);
2386 tty->print(" for method " INTPTR_FORMAT , (address)method());
2395 if (size () > 0) tty->print_cr(" total in heap [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2399 if (relocation_size () > 0) tty->print_cr(" relocation [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2403 if (consts_size () > 0) tty->print_cr(" constants [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2407 if (insts_size () > 0) tty->print_cr(" main code [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2411 if (stub_size () > 0) tty->print_cr(" stub code [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2415 if (oops_size () > 0) tty->print_cr(" oops [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2419 if (scopes_data_size () > 0) tty->print_cr(" scopes data [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2423 if (scopes_pcs_size () > 0) tty->print_cr(" scopes pcs [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2427 if (dependencies_size () > 0) tty->print_cr(" dependencies [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2431 if (handler_table_size() > 0) tty->print_cr(" handler table [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2435 if (nul_chk_table_size() > 0) tty->print_cr(" nul chk table [" INTPTR_FORMAT "," INTPTR_FORMAT "] = %d",
2489 tty->print_cr(" index @" INTPTR_FORMAT ": index_size=%d", index_start, index_size);
2493 tty->print_cr(" (%d %d) addr=" INTPTR_FORMAT " @" INTPTR_FORMAT,
2500 tty->print_cr(" @" INTPTR_FORMAT ": index_size=%d", ip, *ip++);
2501 tty->print_cr("reloc_end @" INTPTR_FORMAT ":", ip);
2762 st->print("; implicit exception: dispatches to " INTPTR_FORMAT, code_begin() + cont_offset);
2785 st->print_cr("Static call at " INTPTR_FORMAT, iter.reloc()->addr());