Top


定義場所(file name)

hotspot/src/cpu/sparc/vm/templateTable_sparc.cpp

名前(function name)

void TemplateTable::newarray() {

本体部(body)

  {- -------------------------------------------
  (1) InterpreterRuntime::newarray() を呼び出すだけ.
      ---------------------------------------- -}

      transition(itos, atos);
      __ ldub(Lbcp, 1, O1);
         call_VM(Otos_i, CAST_FROM_FN_PTR(address, InterpreterRuntime::newarray), O1, Otos_i);
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.