src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp
changeset 50757 866c9aa29ee4
parent 50756 7ad092f40454
child 50758 afca3c78ea0f
equal deleted inserted replaced
50756:7ad092f40454 50757:866c9aa29ee4
    68   static address _large_array_equals;
    68   static address _large_array_equals;
    69   static address _compare_long_string_LL;
    69   static address _compare_long_string_LL;
    70   static address _compare_long_string_LU;
    70   static address _compare_long_string_LU;
    71   static address _compare_long_string_UL;
    71   static address _compare_long_string_UL;
    72   static address _compare_long_string_UU;
    72   static address _compare_long_string_UU;
       
    73   static address _string_indexof_linear_ll;
       
    74   static address _string_indexof_linear_uu;
       
    75   static address _string_indexof_linear_ul;
    73   static bool _completed;
    76   static bool _completed;
    74 
    77 
    75  public:
    78  public:
    76 
    79 
    77   static address get_previous_fp_entry()
    80   static address get_previous_fp_entry()
   154 
   157 
   155   static address compare_long_string_UU() {
   158   static address compare_long_string_UU() {
   156       return _compare_long_string_UU;
   159       return _compare_long_string_UU;
   157   }
   160   }
   158 
   161 
       
   162   static address string_indexof_linear_ul() {
       
   163       return _string_indexof_linear_ul;
       
   164   }
       
   165 
       
   166   static address string_indexof_linear_ll() {
       
   167       return _string_indexof_linear_ll;
       
   168   }
       
   169 
       
   170   static address string_indexof_linear_uu() {
       
   171       return _string_indexof_linear_uu;
       
   172   }
       
   173 
   159   static bool complete() {
   174   static bool complete() {
   160     return _completed;
   175     return _completed;
   161   }
   176   }
   162 
   177 
   163   static void set_completed() {
   178   static void set_completed() {