Searched defs:ratio (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp104 const size_t ratio = allowed_dead_ratio(); local
105 allowed_deadspace = space()->capacity_in_words() * ratio / 100;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_listener.c88 * u4 cutoff ratio (0.0 ~ 1.0)
97 * u4 cutoff ratio (0.0 ~ 1.0)
265 float ratio; local
269 ratio = *(float *)(&i_tmp);
270 site_write(env, flags, ratio);
294 float ratio; local
299 ratio = *(float *)(&i_tmp);
300 trace_output_cost(env, ratio);
H A Dhprof_site.c422 double ratio; local
427 ratio = (double)info->n_live_bytes / (double)gdata->total_live_bytes;
428 if (ratio < cutoff) {
448 double ratio; local
454 ratio = (double)info->n_live_bytes / (double)gdata->total_live_bytes;
455 accum_percent += ratio;
460 ratio,
H A Dhprof_io.c837 io_write_sites_elem(jint index, double ratio, double accum_percent, argument
863 ratio * 100.0,
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.cpp1771 Node* ratio = _igvn.intcon(ratio_con); local
1772 set_ctrl(ratio, C->root());
1773 Node* ratio_init = new (C) MulINode(init, ratio);
1779 Node* ratio_idx = new (C) MulINode(phi, ratio);

Completed in 40 milliseconds