hotspot/src/share/vm/c1/c1_Runtime1.hpp
changeset 12949 e125ba4c16bd
parent 10972 ef164805934c
child 13728 882756847a04
equal deleted inserted replaced
12948:51a31186c84f 12949:e125ba4c16bd
   184 
   184 
   185   // directly accessible leaf routine
   185   // directly accessible leaf routine
   186   static int  arraycopy(oopDesc* src, int src_pos, oopDesc* dst, int dst_pos, int length);
   186   static int  arraycopy(oopDesc* src, int src_pos, oopDesc* dst, int dst_pos, int length);
   187   static void primitive_arraycopy(HeapWord* src, HeapWord* dst, int length);
   187   static void primitive_arraycopy(HeapWord* src, HeapWord* dst, int length);
   188   static void oop_arraycopy(HeapWord* src, HeapWord* dst, int length);
   188   static void oop_arraycopy(HeapWord* src, HeapWord* dst, int length);
       
   189   static int  is_instance_of(oopDesc* mirror, oopDesc* obj);
   189 
   190 
   190   static void print_statistics()                 PRODUCT_RETURN;
   191   static void print_statistics()                 PRODUCT_RETURN;
   191 };
   192 };
   192 
   193 
   193 #endif // SHARE_VM_C1_C1_RUNTIME1_HPP
   194 #endif // SHARE_VM_C1_C1_RUNTIME1_HPP