hotspot/src/cpu/x86/vm/interp_masm_x86_64.hpp
// Helpers for runtime call arguments/results
void get_method(Register reg) {
{- -------------------------------------------
(1) コード生成:
「スタックフレーム中から, 実行中のメソッドを表す methodOop を取得し,
reg 引数で指定されたレジスタにセット」
---------------------------------------- -}
movptr(reg, Address(rbp, frame::interpreter_frame_method_offset * wordSize));
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.