hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp
changeset 35086 bbf32241d851
parent 34203 6817dadf6c7e
child 35110 f19bcdf40799
equal deleted inserted replaced
35085:839c8ba29724 35086:bbf32241d851
   848   // the address contained by entry. This is because this is more natural
   848   // the address contained by entry. This is because this is more natural
   849   // for jumps/calls.
   849   // for jumps/calls.
   850   void call(AddressLiteral entry);
   850   void call(AddressLiteral entry);
   851 
   851 
   852   // Emit the CompiledIC call idiom
   852   // Emit the CompiledIC call idiom
   853   void ic_call(address entry);
   853   void ic_call(address entry, jint method_index = 0);
   854 
   854 
   855   // Jumps
   855   // Jumps
   856 
   856 
   857   // NOTE: these jumps tranfer to the effective address of dst NOT
   857   // NOTE: these jumps tranfer to the effective address of dst NOT
   858   // the address contained by dst. This is because this is more natural
   858   // the address contained by dst. This is because this is more natural