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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp265 static bool _has_alloc_profile; member in class:Arguments
461 static bool has_alloc_profile() { return _has_alloc_profile; }
H A Darguments.cpp69 bool Arguments::_has_alloc_profile = false; member in class:Arguments
1873 if (_has_alloc_profile) {
2364 _has_alloc_profile = true;

Completed in 41 milliseconds