hotspot/src/share/vm/c1/c1_GraphBuilder.hpp
changeset 33628 09241459a8b8
parent 31962 d05e0a4d1b43
child 36604 e9c073b0c19e
equal deleted inserted replaced
33627:c5b7455f846e 33628:09241459a8b8
   370   void append_unsafe_put_obj(ciMethod* callee, BasicType t, bool is_volatile);
   370   void append_unsafe_put_obj(ciMethod* callee, BasicType t, bool is_volatile);
   371   void append_unsafe_get_raw(ciMethod* callee, BasicType t);
   371   void append_unsafe_get_raw(ciMethod* callee, BasicType t);
   372   void append_unsafe_put_raw(ciMethod* callee, BasicType t);
   372   void append_unsafe_put_raw(ciMethod* callee, BasicType t);
   373   void append_unsafe_CAS(ciMethod* callee);
   373   void append_unsafe_CAS(ciMethod* callee);
   374   void append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add);
   374   void append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add);
       
   375   void append_char_access(ciMethod* callee, bool is_store);
   375 
   376 
   376   void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);
   377   void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);
   377 
   378 
   378   void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder, Values* obj_args, bool inlined);
   379   void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder, Values* obj_args, bool inlined);
   379   void profile_return_type(Value ret, ciMethod* callee, ciMethod* m = NULL, int bci = -1);
   380   void profile_return_type(Value ret, ciMethod* callee, ciMethod* m = NULL, int bci = -1);