src/hotspot/share/c1/c1_GraphBuilder.hpp
changeset 59330 5b96c12f909d
parent 53244 9807daeb47c4
equal deleted inserted replaced
59329:289000934908 59330:5b96c12f909d
   379   void append_unsafe_put_raw(ciMethod* callee, BasicType t);
   379   void append_unsafe_put_raw(ciMethod* callee, BasicType t);
   380   void append_unsafe_CAS(ciMethod* callee);
   380   void append_unsafe_CAS(ciMethod* callee);
   381   void append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add);
   381   void append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add);
   382   void append_char_access(ciMethod* callee, bool is_store);
   382   void append_char_access(ciMethod* callee, bool is_store);
   383 
   383 
   384   void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true);
   384   void print_inlining(ciMethod* callee, const char* msg, bool success = true);
   385 
   385 
   386   void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder, Values* obj_args, bool inlined);
   386   void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder, Values* obj_args, bool inlined);
   387   void profile_return_type(Value ret, ciMethod* callee, ciMethod* m = NULL, int bci = -1);
   387   void profile_return_type(Value ret, ciMethod* callee, ciMethod* m = NULL, int bci = -1);
   388   void profile_invocation(ciMethod* inlinee, ValueStack* state);
   388   void profile_invocation(ciMethod* inlinee, ValueStack* state);
   389 
   389