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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2600 const char* spname = "sp"; // make arch-specific? local
2627 stream->print("[%s+0x%x]", spname, offset);
2649 stream->print(" (%s of caller)", spname);
2660 stream->print("[%s+0x%x]", spname, stack_slot_offset);
2661 stream->print(" (%s of caller)", spname);

Completed in 38 milliseconds