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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp200 // The Oissuing_pc value is not always needed. When jumping to a
201 // handler that is known to be interpreted, the Oissuing_pc value can be
204 // but it doesn't need the Oissuing_pc.
208 // the Oissuing_pc to the continuation PC of its own caller,
213 // that the Oissuing_pc value is always a value local to
222 REGISTER_DECLARATION(Register, Oissuing_pc , O1); // where the exception is coming from
269 #define Oissuing_pc AS_REGISTER(Register, Oissuing_pc) macro

Completed in 51 milliseconds