Searched defs:print_method (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp252 void IdealGraphPrinter::print_method(ciMethod *method, int bci, InlineTree *tree) { function in class:IdealGraphPrinter
291 print_method(tree->method(), tree->caller_bci(), tree);
672 void IdealGraphPrinter::print_method(Compile* compile, const char *name, int level, bool clear_nodes) { function in class:IdealGraphPrinter
H A Dcompile.hpp562 void print_method(CompilerPhaseType cpt, int level = 1) { function in class:Compile
575 if (_printer) _printer->print_method(this, CompilerPhaseTypeHelper::to_string(cpt), level);

Completed in 45 milliseconds