hotspot/src/cpu/x86/vm/assembler_x86.cpp
static void pass_arg2(MacroAssembler* masm, Register arg) {
{- -------------------------------------------
(1) スタック上にプッシュするだけ
---------------------------------------- -}
masm->push(arg);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.