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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp185 CallGenerator* _hot_cg;// CG for expanding the call node member in class:WarmCallInfo
249 _hot_cg = NULL;
270 _hot_cg = NULL;
298 void set_hot_cg(CallGenerator* cg) { _hot_cg = cg; }

Completed in 30 milliseconds