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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.cpp453 (supports_ht() ? ", ht": ""),
651 if (supports_sse4_2() && supports_ht()) { // Newest Intel cpus
736 if( supports_sse4_2() && supports_ht() ) { // Nehalem based cpus
H A Dvm_version_x86.hpp544 static bool supports_ht() { return (_cpuFeatures & CPU_HT) != 0; } function in class:VM_Version

Completed in 34 milliseconds