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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp244 static WarmCallInfo _always_cold; member in class:WarmCallInfo
H A DcallGenerator.cpp1117 WarmCallInfo WarmCallInfo::_always_cold(WarmCallInfo::MIN_VALUE(), WarmCallInfo::MIN_VALUE(),
1126 assert(_always_cold.is_cold(), "must always be cold");
1127 return &_always_cold;

Completed in 186 milliseconds