hotspot/src/cpu/x86/vm/templateTable_x86_64.cpp
void TemplateTable::newarray() {
{- -------------------------------------------
(1) InterpreterRuntime::newarray() を呼び出すだけ.
---------------------------------------- -}
transition(itos, atos);
__ load_unsigned_byte(c_rarg1, at_bcp(1));
__ movl(c_rarg2, rax);
call_VM(rax, CAST_FROM_FN_PTR(address, InterpreterRuntime::newarray),
c_rarg1, c_rarg2);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.