Searched refs:LinearScanTimers (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp123 friend class LinearScanTimers;
937 class LinearScanTimers : public StackObj { class in inherits:StackObj
962 LinearScanTimers();
H A Dc1_LinearScan.cpp58 static LinearScanTimers _total_timer;
61 #define TIME_LINEAR_SCAN(timer_name) TraceTime _block_timer("", _total_timer.timer(LinearScanTimers::timer_name), TimeLinearScan || TimeEachLinearScan, Verbose);
6646 LinearScanTimers::LinearScanTimers() {
6652 const char* LinearScanTimers::timer_name(int idx) {
6671 void LinearScanTimers::begin_method() {
6680 void LinearScanTimers::end_method(LinearScan* allocator) {
6710 void LinearScanTimers::print(double total_time) {

Completed in 195 milliseconds