hotspot/src/share/vm/c1/c1_GraphBuilder.hpp
changeset 13886 8d82c4dfa722
parent 13522 5ad4627e792a
child 13964 01a2b863cc61
child 13963 e5b53c306fb5
equal deleted inserted replaced
13885:6b056026ecad 13886:8d82c4dfa722
   365   bool append_unsafe_put_obj(ciMethod* callee, BasicType t, bool is_volatile);
   365   bool append_unsafe_put_obj(ciMethod* callee, BasicType t, bool is_volatile);
   366   bool append_unsafe_get_raw(ciMethod* callee, BasicType t);
   366   bool append_unsafe_get_raw(ciMethod* callee, BasicType t);
   367   bool append_unsafe_put_raw(ciMethod* callee, BasicType t);
   367   bool append_unsafe_put_raw(ciMethod* callee, BasicType t);
   368   bool append_unsafe_prefetch(ciMethod* callee, bool is_store, bool is_static);
   368   bool append_unsafe_prefetch(ciMethod* callee, bool is_store, bool is_static);
   369   void append_unsafe_CAS(ciMethod* callee);
   369   void append_unsafe_CAS(ciMethod* callee);
       
   370   bool append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add);
   370 
   371 
   371   void print_inlining(ciMethod* callee, const char* msg, bool success = true);
   372   void print_inlining(ciMethod* callee, const char* msg, bool success = true);
   372 
   373 
   373   void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder);
   374   void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder);
   374   void profile_invocation(ciMethod* inlinee, ValueStack* state);
   375   void profile_invocation(ciMethod* inlinee, ValueStack* state);