hotspot/src/cpu/sparc/vm/interp_masm_sparc.cpp
void InterpreterMacroAssembler::get_constant_pool(Register Rdst) {
{- -------------------------------------------
(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.