Searched refs:_struct (Results 1 - 2 of 2) 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...]
H A DmethodDataOop.cpp51 _header._struct._tag = tag;
52 _header._struct._bci = bci;

Completed in 63 milliseconds