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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp181 void each_method_version_do(method_action meth_act);
H A DjvmtiImpl.cpp286 void JvmtiBreakpoint::each_method_version_do(method_action meth_act) { function in class:JvmtiBreakpoint
344 each_method_version_do(&methodOopDesc::set_breakpoint);
348 each_method_version_do(&methodOopDesc::clear_breakpoint);

Completed in 32 milliseconds