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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp87 } _struct; member in union:VALUE_OBJ_CLASS_SPEC::__anon284
121 // The _struct._flags word is formatted as [trap_state:4 | flags:4].
154 return _header._struct._tag;
166 return ((_header._struct._flags >> trap_shift) & trap_mask);
171 uint old_flags = (_header._struct._flags & flag_mask);
172 _header._struct._flags = (new_state << trap_shift) | old_flags;
176 return _header._struct._flags;
180 return _header._struct._bci;
210 _header._struct._flags |= (0x1 << flag_number);
214 return (_header._struct
[all...]

Completed in 33 milliseconds