Searched refs:_suppress_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.hpp70 enum { _suppress_defc = 1, _suppress_name = 2, _suppress_type = 4 }; enumerator in enum:MethodHandles::__anon402
H A DmethodHandles.cpp737 if (suppress & _suppress_type) have_type = true;

Completed in 561 milliseconds