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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp95 static getisax_func_t _getisax; member in class:Solaris
301 static bool supports_getisax() { return _getisax != NULL; }
H A Dos_solaris.cpp5022 os::Solaris::getisax_func_t os::Solaris::_getisax = 0; member in class:os::Solaris
5254 os::Solaris::_getisax = CAST_TO_FN_PTR(getisax_func_t, func); member in class:os::Solaris
5265 assert(_getisax != NULL, "_getisax not set");
5266 return _getisax(array, n);

Completed in 52 milliseconds