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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp276 void iterate_all_blocks(bool start_in_current_block_for_inlining = false);
H A Dc1_GraphBuilder.cpp2741 void GraphBuilder::iterate_all_blocks(bool start_in_current_block_for_inlining) { argument
2743 if (start_in_current_block_for_inlining && !bailed_out()) {
2745 start_in_current_block_for_inlining = false;

Completed in 43 milliseconds