Searched defs:vm_update (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp767 void ThreadProfiler::vm_update(TickPosition where) { function in class:ThreadProfiler
768 vm_update(NULL, where);
771 void ThreadProfiler::vm_update(const char* name, TickPosition where) { function in class:ThreadProfiler
834 vm_thread_profiler->vm_update(name, tp_native);

Completed in 36 milliseconds