Searched refs:end_method (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.hpp134 void end_method();
H A Dcompile.hpp580 void end_method(int level = 1) { function in class:Compile
591 if (_printer) _printer->end_method();
H A DidealGraphPrinter.cpp349 void IdealGraphPrinter::end_method() { function in class:IdealGraphPrinter
H A Dcompile.cpp464 _compile->end_method();
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp965 void end_method(LinearScan* allocator); // called for each method when register allocation completed
H A Dc1_LinearScan.cpp3094 NOT_PRODUCT(_total_timer.end_method(this));
6680 void LinearScanTimers::end_method(LinearScan* allocator) {

Completed in 138 milliseconds