hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp
changeset 38238 1bbcc430c78d
parent 38135 e06e2d071465
child 38241 32eab2eb41fd
equal deleted inserted replaced
38237:d972e3a2df53 38238:1bbcc430c78d
   843   // Calls
   843   // Calls
   844 
   844 
   845   void call(Label& L, relocInfo::relocType rtype);
   845   void call(Label& L, relocInfo::relocType rtype);
   846   void call(Register entry);
   846   void call(Register entry);
   847 
   847 
   848   // NOTE: this call tranfers to the effective address of entry NOT
   848   // NOTE: this call transfers to the effective address of entry NOT
   849   // the address contained by entry. This is because this is more natural
   849   // the address contained by entry. This is because this is more natural
   850   // for jumps/calls.
   850   // for jumps/calls.
   851   void call(AddressLiteral entry);
   851   void call(AddressLiteral entry);
   852 
   852 
   853   // Emit the CompiledIC call idiom
   853   // Emit the CompiledIC call idiom