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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp747 // value is saved to l_scratch and d_scratch.
751 intptr_t* l_scratch = (intptr_t*) &istate->_native_lresult; local
754 intptr_t* l_scratch = fp() + interpreter_frame_l_scratch_fp_offset;
758 address l_addr = (address)l_scratch;
783 case T_LONG : value_result->j = *(jlong*)l_scratch; break;

Completed in 29 milliseconds