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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp78 typedef uint_t (*getisax_func_t)(uint32_t* array, uint_t n); typedef in class:Solaris
95 static getisax_func_t _getisax;
H A Dos_solaris.cpp5022 os::Solaris::getisax_func_t os::Solaris::_getisax = 0;
5254 os::Solaris::_getisax = CAST_TO_FN_PTR(getisax_func_t, func);

Completed in 102 milliseconds