Searched defs:findnm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Ddebug.cpp637 extern "C" nmethod* findnm(intptr_t addr) { function
638 Command c("findnm");
816 (char *)"findnm", CMDID_FINDNM, "Find an nmethod from a PC",
879 tty->print("Please enter the hex addr to pass to findnm: ");
881 nm = (nmethod*)findnm(addr);
882 tty->print("findnm(0x%I64X) returned 0x%I64X\n", addr, nm);

Completed in 32 milliseconds