Searched refs:site_count (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | doCall.cpp | 44 void trace_type_profile(Compile* C, ciMethod *method, int depth, int bci, ciMethod *prof_method, ciKlass *prof_klass, int site_count, int receiver_count) { argument 57 out->print(" \\-> TypeProfile (%d/%d counts) = ", receiver_count, site_count); 84 int site_count = profile.count(); local 97 log->identify(callee), site_count, prof_factor); 148 float past_uses = jvms->method()->scale_count(site_count, prof_factor); 199 if (call_does_dispatch && site_count > 0 && receiver_count > 0) { 200 // The major receiver's count >= TypeProfileMajorReceiverPercent of site_count. 251 trace_type_profile(C, jvms->method(), jvms->depth() - 1, jvms->bci(), next_receiver_method, profile.receiver(1), site_count, profile.receiver_count(1)); 257 trace_type_profile(C, jvms->method(), jvms->depth() - 1, jvms->bci(), receiver_method, profile.receiver(0), site_count, receiver_count);
|
Completed in 29 milliseconds