Searched refs:sync_kit (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DidealKit.cpp60 //----------------------------sync_kit-----------------------------------------
61 void IdealKit::sync_kit(GraphKit* gkit) { function in class:IdealKit
169 gkit->sync_kit(*this);
173 sync_kit(gkit);
H A DidealKit.hpp149 void sync_kit(GraphKit* gkit);
H A DgraphKit.hpp691 void sync_kit(IdealKit& ideal);
H A Dlibrary_call.cpp2196 sync_kit(ideal);
2202 __ sync_kit(this);
2209 sync_kit(ideal);
2223 __ sync_kit(this);
2476 sync_kit(ideal);
2479 __ sync_kit(this);
H A DgraphKit.cpp3440 void GraphKit::sync_kit(IdealKit& ideal) { function in class:GraphKit
3448 sync_kit(ideal);

Completed in 285 milliseconds