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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java148 public static final SPARCRegister Lbcp = L1; // pointer to next bytecode field in class:SPARCRegisters
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp159 REGISTER_DECLARATION(Register, Lbcp , L1); // pointer to next bytecode
189 // Since Lbcp points into the middle of the method object,
251 #define Lbcp AS_REGISTER(Register, Lbcp) macro

Completed in 76 milliseconds