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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.cpp58 static getPsrInfo_stub_t getPsrInfo_stub = NULL; variable
78 StubCodeMark mark(this, "VM_Version", "getPsrInfo_stub");
351 getPsrInfo_stub(&_cpuid_info);
809 stub_blob = BufferBlob::create("getPsrInfo_stub", stub_size);
811 vm_exit_during_initialization("Unable to allocate getPsrInfo_stub");
815 getPsrInfo_stub = CAST_TO_FN_PTR(getPsrInfo_stub_t,

Completed in 31 milliseconds