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

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.hpp189 _has_type_annotations = 0x0200, enumerator in enum:ConstMethod::__anon463
430 { return (_flags & _has_type_annotations) != 0; }
H A DconstMethod.cpp264 _flags |= _has_type_annotations;
/openjdk10/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2415 declare_constant(ConstMethod::_has_type_annotations) \

Completed in 113 milliseconds