hotspot/src/share/vm/c1/c1_GraphBuilder.hpp
changeset 24313 2e10cd8a870f
parent 22234 da823d78ad65
child 28954 7dda6c26cc98
equal deleted inserted replaced
24312:e404d2fd4392 24313:2e10cd8a870f
   390   bool profile_arguments()     { return _compilation->profile_arguments();     }
   390   bool profile_arguments()     { return _compilation->profile_arguments();     }
   391   bool profile_return()        { return _compilation->profile_return();        }
   391   bool profile_return()        { return _compilation->profile_return();        }
   392 
   392 
   393   Values* args_list_for_profiling(ciMethod* target, int& start, bool may_have_receiver);
   393   Values* args_list_for_profiling(ciMethod* target, int& start, bool may_have_receiver);
   394   Values* collect_args_for_profiling(Values* args, ciMethod* target, bool may_have_receiver);
   394   Values* collect_args_for_profiling(Values* args, ciMethod* target, bool may_have_receiver);
       
   395   void check_args_for_profiling(Values* obj_args, int expected);
   395 
   396 
   396  public:
   397  public:
   397   NOT_PRODUCT(void print_stats();)
   398   NOT_PRODUCT(void print_stats();)
   398 
   399 
   399   // initialization
   400   // initialization