Top


定義場所(file name)

hotspot/src/share/vm/oops/instanceKlass.cpp

名前(function name)

methodOop instanceKlass::find_method(Symbol* name, Symbol* signature) const {

本体部(body)

  {- -------------------------------------------
  (1) 引数違いの instanceKlass::find_method() を呼び出し, 結果をリターン.
      ---------------------------------------- -}

      return instanceKlass::find_method(methods(), name, signature);
    }

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