Top


定義場所(file name)

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

名前(function name)

void InterpreterMacroAssembler::get_constant_pool(Register Rdst) {

本体部(body)

  {- -------------------------------------------
  (1) コード生成:
      「Lmethod が指す methodOop 中から, 対応する constantPoolOop を取得し
      Rdst 引数で指定されたレジスタにセットする」
      ---------------------------------------- -}

      ld_ptr(Lmethod, in_bytes(methodOopDesc::constants_offset()), Rdst);
    }

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