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

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.hpp187 _has_method_annotations = 0x0080, enumerator in enum:ConstMethod::__anon463
424 { return (_flags & _has_method_annotations) != 0; }
H A DconstMethod.cpp260 _flags |= _has_method_annotations;
/openjdk10/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2412 declare_constant(ConstMethod::_has_method_annotations) \

Completed in 160 milliseconds