Top


定義場所(file name)

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

名前(function name)

void TemplateTable::anewarray() {

本体部(body)

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

      transition(itos, atos);
      __ get_constant_pool(O1);
      __ get_2_byte_integer_at_bcp(1, G4_scratch, O2, InterpreterMacroAssembler::Unsigned);
         call_VM(Otos_i, CAST_FROM_FN_PTR(address, InterpreterRuntime::anewarray), O1, O2, Otos_i);
    }

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