hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp
changeset 35086 bbf32241d851
parent 34507 636a88905e3b
child 35125 6982b109eeee
equal deleted inserted replaced
35085:839c8ba29724 35086:bbf32241d851
   981       return 4;
   981       return 4;
   982     }
   982     }
   983   }
   983   }
   984 
   984 
   985   // Emit the CompiledIC call idiom
   985   // Emit the CompiledIC call idiom
   986   address ic_call(address entry);
   986   address ic_call(address entry, jint method_index = 0);
   987 
   987 
   988 public:
   988 public:
   989 
   989 
   990   // Data
   990   // Data
   991 
   991