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

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.hpp229 u2 _orig_method_idnum; // Original unique identification number for the method member in class:ConstMethod
517 u2 orig_method_idnum() const { return _orig_method_idnum; }
518 void set_orig_method_idnum(u2 idnum) { _orig_method_idnum = idnum; }

Completed in 85 milliseconds