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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp130 static CallGenerator* for_warm_call(WarmCallInfo* ci,
177 //---------------------------WarmCallInfo--------------------------------------
181 class WarmCallInfo : public ResourceObj { class in inherits:ResourceObj
195 WarmCallInfo* _next; // Next cooler call info in pending queue.
240 WarmCallInfo* next() const { return _next; }
241 void set_next(WarmCallInfo* n) { _next = n; }
243 static WarmCallInfo _always_hot;
244 static WarmCallInfo _always_cold;
247 WarmCallInfo(float c, float p, float w, float s) { function in class:WarmCallInfo
265 static WarmCallInfo* always_ho
268 WarmCallInfo() { function in class:WarmCallInfo
[all...]

Completed in 117 milliseconds