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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp133 IRScope::IRScope(Compilation* compilation, IRScope* caller, int caller_bci, ciMethod* method, int osr_bci, bool create_graph) argument
157 if (create_graph && monitor_pairing_ok()) _start = build_graph(compilation, osr_bci);

Completed in 1686 milliseconds