comparison src/share/vm/c1/c1_LIRGenerator.hpp @ 12962:5ccbab1c69f3

8026251: New type profiling points: parameters to methods Summary: x86 interpreter and c1 type profiling for parameters on method entries Reviewed-by: kvn, twisti
author roland
date Tue, 22 Oct 2013 09:51:47 +0200
parents ce0cc25bc5e2
children e6ba215af802
comparison
equal deleted inserted replaced
12961:4748b3308cda 12962:5ccbab1c69f3
434 void do_ThreadIDIntrinsic(Intrinsic* x); 434 void do_ThreadIDIntrinsic(Intrinsic* x);
435 void do_ClassIDIntrinsic(Intrinsic* x); 435 void do_ClassIDIntrinsic(Intrinsic* x);
436 #endif 436 #endif
437 ciKlass* profile_arg_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k, Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_k); 437 ciKlass* profile_arg_type(ciMethodData* md, int md_first_offset, int md_offset, intptr_t profiled_k, Value arg, LIR_Opr& mdp, bool not_null, ciKlass* signature_k);
438 void profile_arguments(ProfileCall* x); 438 void profile_arguments(ProfileCall* x);
439 void profile_parameters(Base* x);
440 void profile_parameters_at_call(ProfileCall* x);
439 441
440 public: 442 public:
441 Compilation* compilation() const { return _compilation; } 443 Compilation* compilation() const { return _compilation; }
442 FrameMap* frame_map() const { return _compilation->frame_map(); } 444 FrameMap* frame_map() const { return _compilation->frame_map(); }
443 ciMethod* method() const { return _method; } 445 ciMethod* method() const { return _method; }