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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp158 BlockBegin* build_graph(Compilation* compilation, int osr_bci);
H A Dc1_IR.cpp125 BlockBegin* IRScope::build_graph(Compilation* compilation, int osr_bci) { function in class:IRScope
157 if (create_graph && monitor_pairing_ok()) _start = build_graph(compilation, osr_bci);

Completed in 26 milliseconds