Top


定義場所(file name)

hotspot/src/cpu/x86/vm/templateTable_x86_64.cpp

名前(function name)

void TemplateTable::newarray() {

本体部(body)

  {- -------------------------------------------
  (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.