hotspot/src/cpu/sparc/vm/assembler_sparc.cpp
void MacroAssembler::call_VM(Register oop_result, address entry_point, int number_of_arguments, bool check_exceptions) {
{- -------------------------------------------
(1) コード生成:
「call_VM_base() が生成するコードにより, 指定のエントリポイントの呼び出しを行う.
(MacroAssembler::call_VM_base(), またはサブクラスでオーバーライドしたメソッドが呼ばれる)」
---------------------------------------- -}
call_VM_base(oop_result, noreg, noreg, entry_point, number_of_arguments, check_exceptions);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.