Searched refs:Scheduling (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp75 //------------------------------Scheduling----------------------------------
78 class Scheduling { class
150 Scheduling(Arena *arena, Compile &compile);
153 NOT_PRODUCT( ~Scheduling(); )
H A Doutput.cpp1613 Scheduling::increment_method_size(cb->insts_size());
1746 uint Scheduling::_total_nop_size = 0;
1747 uint Scheduling::_total_method_size = 0;
1748 uint Scheduling::_total_branches = 0;
1749 uint Scheduling::_total_unconditional_delays = 0;
1750 uint Scheduling::_total_instructions_per_bundle[Pipeline::_max_instrs_per_cycle+1];
1753 // Initializer for class Scheduling
1755 Scheduling::Scheduling(Arena *arena, Compile &compile) function in class:Scheduling
1809 // Scheduling destructo
[all...]
H A Dcompile.cpp273 Scheduling::print_statistics();

Completed in 48 milliseconds