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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp555 static bool supports_tsc() { return (_cpuFeatures & CPU_TSC) != 0; } function in class:VM_Version
H A Dvm_version_x86.cpp454 (supports_tsc() ? ", tsc": ""),

Completed in 33 milliseconds