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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp2340 if (C->macro_count() == 0)
2344 int cnt = C->macro_count();
2356 for (int i = C->macro_count(); i > 0; i--) {
2359 debug_only(int old_macro_count = C->macro_count(););
2363 assert(success == (C->macro_count() < old_macro_count), "elimination reduces macro count");
2371 for (int i = C->macro_count(); i > 0; i--) {
2374 debug_only(int old_macro_count = C->macro_count(););
2389 assert(success == (C->macro_count() < old_macro_count), "elimination reduces macro count");
2404 if (C->check_node_count(C->macro_count() * 75, "out of nodes before macro expansion" ) )
2411 for (int i = C->macro_count();
2432 int macro_count = C->macro_count(); local
[all...]
H A Dcompile.hpp595 int macro_count() { return _macro_nodes->length(); } function in class:Compile

Completed in 44 milliseconds