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