hotspot/src/share/vm/c1/c1_Optimizer.cpp
changeset 13886 8d82c4dfa722
parent 13391 30245956af37
child 13964 01a2b863cc61
child 13963 e5b53c306fb5
equal deleted inserted replaced
13885:6b056026ecad 13886:8d82c4dfa722
   503   void do_RoundFP        (RoundFP*         x);
   503   void do_RoundFP        (RoundFP*         x);
   504   void do_UnsafeGetRaw   (UnsafeGetRaw*    x);
   504   void do_UnsafeGetRaw   (UnsafeGetRaw*    x);
   505   void do_UnsafePutRaw   (UnsafePutRaw*    x);
   505   void do_UnsafePutRaw   (UnsafePutRaw*    x);
   506   void do_UnsafeGetObject(UnsafeGetObject* x);
   506   void do_UnsafeGetObject(UnsafeGetObject* x);
   507   void do_UnsafePutObject(UnsafePutObject* x);
   507   void do_UnsafePutObject(UnsafePutObject* x);
       
   508   void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x);
   508   void do_UnsafePrefetchRead (UnsafePrefetchRead*  x);
   509   void do_UnsafePrefetchRead (UnsafePrefetchRead*  x);
   509   void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
   510   void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x);
   510   void do_ProfileCall    (ProfileCall*     x);
   511   void do_ProfileCall    (ProfileCall*     x);
   511   void do_ProfileInvoke  (ProfileInvoke*   x);
   512   void do_ProfileInvoke  (ProfileInvoke*   x);
   512   void do_RuntimeCall    (RuntimeCall*     x);
   513   void do_RuntimeCall    (RuntimeCall*     x);
   674 void NullCheckVisitor::do_RoundFP        (RoundFP*         x) {}
   675 void NullCheckVisitor::do_RoundFP        (RoundFP*         x) {}
   675 void NullCheckVisitor::do_UnsafeGetRaw   (UnsafeGetRaw*    x) {}
   676 void NullCheckVisitor::do_UnsafeGetRaw   (UnsafeGetRaw*    x) {}
   676 void NullCheckVisitor::do_UnsafePutRaw   (UnsafePutRaw*    x) {}
   677 void NullCheckVisitor::do_UnsafePutRaw   (UnsafePutRaw*    x) {}
   677 void NullCheckVisitor::do_UnsafeGetObject(UnsafeGetObject* x) {}
   678 void NullCheckVisitor::do_UnsafeGetObject(UnsafeGetObject* x) {}
   678 void NullCheckVisitor::do_UnsafePutObject(UnsafePutObject* x) {}
   679 void NullCheckVisitor::do_UnsafePutObject(UnsafePutObject* x) {}
       
   680 void NullCheckVisitor::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) {}
   679 void NullCheckVisitor::do_UnsafePrefetchRead (UnsafePrefetchRead*  x) {}
   681 void NullCheckVisitor::do_UnsafePrefetchRead (UnsafePrefetchRead*  x) {}
   680 void NullCheckVisitor::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {}
   682 void NullCheckVisitor::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {}
   681 void NullCheckVisitor::do_ProfileCall    (ProfileCall*     x) { nce()->clear_last_explicit_null_check(); }
   683 void NullCheckVisitor::do_ProfileCall    (ProfileCall*     x) { nce()->clear_last_explicit_null_check(); }
   682 void NullCheckVisitor::do_ProfileInvoke  (ProfileInvoke*   x) {}
   684 void NullCheckVisitor::do_ProfileInvoke  (ProfileInvoke*   x) {}
   683 void NullCheckVisitor::do_RuntimeCall    (RuntimeCall*     x) {}
   685 void NullCheckVisitor::do_RuntimeCall    (RuntimeCall*     x) {}