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

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.hpp176 typedef enum { NORMAL, OVERPASS } MethodType; enumerator in enum:ConstMethod::__anon462
268 return ((_flags & _is_overpass) == 0) ? NORMAL : OVERPASS;
H A Dmethod.hpp894 bool is_overpass() const { return method_type() == ConstMethod::OVERPASS; }
/openjdk10/hotspot/src/share/vm/classfile/
H A DdefaultMethods.cpp946 ConstMethod::OVERPASS, CHECK);

Completed in 120 milliseconds