Lines Matching refs:prof_factor
67 float prof_factor, bool allow_intrinsics, bool delayed_forbidden) {
96 log->begin_elem("call method='%d' count='%d' prof_factor='%g'",
97 log->identify(callee), site_count, prof_factor);
120 vtable_index, call_does_dispatch, jvms, allow_inline, prof_factor, false);
148 float past_uses = jvms->method()->scale_count(site_count, prof_factor);
160 float site_invoke_ratio = prof_factor;
166 scratch_ci.init(jvms, callee, profile, prof_factor);
192 CallGenerator* cold_cg = call_generator(callee, vtable_index, call_does_dispatch, jvms, false, prof_factor);
213 vtable_index, !call_does_dispatch, jvms, allow_inline, prof_factor);
224 allow_inline, prof_factor);
445 CallGenerator* cg = C->call_generator(callee, vtable_index, call_does_dispatch, jvms, try_inline, prof_factor());
485 cg = C->call_generator(cg->method(), vtable_index, call_does_dispatch, jvms, try_inline, prof_factor(), /* allow_intrinsics= */ false);