hotspot/src/share/vm/interpreter/templateTable.cpp
void TemplateTable::def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(bool arg ), bool arg) {
{- -------------------------------------------
(1) 引数違いの TemplateTable::def() を呼ぶだけ
---------------------------------------- -}
def(code, flags, in, out, (Template::generator)gen, (int)arg);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.