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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp573 void count_compiled_calls(bool at_method_entry, bool is_inline) PRODUCT_RETURN;
H A DdoCall.cpp456 count_compiled_calls(/*at_method_entry*/ false, cg->is_inline());
847 void Parse::count_compiled_calls(bool at_method_entry, bool is_inline) { argument
849 if( at_method_entry ) {

Completed in 26 milliseconds