hotspot/src/cpu/sparc/vm/interpreterRT_sparc.cpp
virtual void pass_int() {
{- -------------------------------------------
(1) インタープリタのフレーム内に置かれている引数を
native の ABI での適切な位置にコピーする.
---------------------------------------- -}
*_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0));
_from -= Interpreter::stackElementSize;
{- -------------------------------------------
(1)
---------------------------------------- -}
add_signature( non_float );
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.