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

/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.hpp70 int _helper_handle; // DTrace-assigned identifier member in class:RegisteredProbes
97 void set_helper_handle(int handle) { _helper_handle = handle; }
98 int helper_handle() const { return _helper_handle; }

Completed in 28 milliseconds