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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp162 IRScope(Compilation* compilation, IRScope* caller, int caller_bci, ciMethod* method, int osr_bci, bool create_graph = false);
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 44 milliseconds