Top


定義場所(file name)

hotspot/src/cpu/x86/vm/jniFastGetField_x86_64.cpp

名前(function name)

address JNI_FastGetField::generate_fast_get_int_field() {

本体部(body)

  {- -------------------------------------------
  (1) JNI_FastGetField::generate_fast_get_int_field0() にフォールバックするだけ.
      ---------------------------------------- -}

      return generate_fast_get_int_field0(T_INT);
    }

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