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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCRegisters.java155 public static final SPARCRegister LcpoolCache = L6; // constant pool cache field in class:SPARCRegisters
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp172 REGISTER_DECLARATION(Register, LcpoolCache , L6); // constant pool cache
183 // NOTE: Lscratch2 and LcpoolCache point to the same registers in
185 // purpose than LcpoolCache should be restore after that for
258 #define LcpoolCache AS_REGISTER(Register, LcpoolCache) macro

Completed in 44 milliseconds