< prev index next >

src/share/vm/c1/c1_GraphBuilder.hpp

Print this page

        

*** 370,379 **** --- 370,380 ---- void append_unsafe_put_obj(ciMethod* callee, BasicType t, bool is_volatile); void append_unsafe_get_raw(ciMethod* callee, BasicType t); void append_unsafe_put_raw(ciMethod* callee, BasicType t); void append_unsafe_CAS(ciMethod* callee); void append_unsafe_get_and_set_obj(ciMethod* callee, bool is_add); + void append_char_access(ciMethod* callee, bool is_store); void print_inlining(ciMethod* callee, const char* msg = NULL, bool success = true); void profile_call(ciMethod* callee, Value recv, ciKlass* predicted_holder, Values* obj_args, bool inlined); void profile_return_type(Value ret, ciMethod* callee, ciMethod* m = NULL, int bci = -1);
< prev index next >