Searched refs:LcpoolCache (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp149 // where LcpoolCache is saved:
223 // where LcpoolCache is saved:
225 return (constantPoolCacheOop*)sp_addr_at(LcpoolCache->sp_offset_in_saved_window());
229 return (constantPoolCacheOop*)sp_addr_at( LcpoolCache->sp_offset_in_saved_window());
H A Dregister_definitions_sparc.cpp174 REGISTER_DEFINITION(Register, LcpoolCache);
H A DtemplateInterpreter_sparc.cpp217 __ get_constant_pool_cache(LcpoolCache); // load LcpoolCache
486 // LcpoolCache: constant pool cache
580 __ get_constant_pool_cache( LcpoolCache ); // set LcpoolCache
1445 // set Lbcp, Lmethod, LcpoolCache
1740 *interpreter_frame->register_addr(LcpoolCache) = (intptr_t) method->constants()->cache();
H A Dinterp_masm_sparc.cpp757 add(LcpoolCache, tmp, cache);
795 add(LcpoolCache, tmp, cache);
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
/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/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java746 // // where LcpoolCache is saved:
748 // return (constantPoolCacheOop*)sp_addr_at( LcpoolCache.sp_offset_in_saved_window());
878 return getSP().addOffsetTo(SPARCRegisters.LcpoolCache.spOffsetInSavedWindow());

Completed in 739 milliseconds