Top


定義場所(file name)

hotspot/src/share/vm/interpreter/linkResolver.cpp

名前(function name)

void CallInfo::set_static(KlassHandle resolved_klass, methodHandle resolved_method, TRAPS) {

本体部(body)

  {- -------------------------------------------
  (1) (変数宣言など)
      ---------------------------------------- -}

      int vtable_index = methodOopDesc::nonvirtual_vtable_index;

  {- -------------------------------------------
  (1) CallInfo::set_common() を呼んで
      引数で渡された CallInfo オブジェクト内に
      解決結果をセットする
      ---------------------------------------- -}

      set_common(resolved_klass, resolved_klass, resolved_method, resolved_method, vtable_index, CHECK);
    }

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