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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp162 void vm_update (TickPosition where);
163 void vm_update (const char* name, TickPosition where);
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 48 milliseconds