Searched refs:_u (Results 1 - 9 of 9) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A DverificationType.hpp63 } _u; member in class:VALUE_OBJ_CLASS_SPEC
123 _u._data = raw_data;
175 bool is_bogus() const { return (_u._data == Bogus); }
176 bool is_null() const { return (_u._data == Null); }
177 bool is_boolean() const { return (_u._data == Boolean); }
178 bool is_byte() const { return (_u._data == Byte); }
179 bool is_char() const { return (_u._data == Char); }
180 bool is_short() const { return (_u._data == Short); }
181 bool is_integer() const { return (_u._data == Integer); }
182 bool is_long() const { return (_u
[all...]
H A DbytecodeAssembler.hpp79 } _u; member in class:VALUE_OBJ_CLASS_SPEC
81 BytecodeCPEntry() : _tag(ERROR_TAG) { _u.hash = 0; }
82 BytecodeCPEntry(u1 tag) : _tag(tag) { _u.hash = 0; }
86 bcpe._u.utf8 = symbol;
92 bcpe._u.klass = index;
98 bcpe._u.string = index;
104 bcpe._u.name_and_type.name_index = name;
105 bcpe._u.name_and_type.type_index = type;
111 bcpe._u.methodref.class_index = class_index;
112 bcpe._u
[all...]
H A DbytecodeAssembler.cpp63 entry._u.utf8->increment_refcount();
64 cp->symbol_at_put(idx, entry._u.utf8);
68 idx, cp->symbol_at(entry._u.klass));
72 idx, cp->symbol_at(entry._u.string));
76 entry._u.name_and_type.name_index,
77 entry._u.name_and_type.type_index);
81 entry._u.methodref.class_index,
82 entry._u.methodref.name_and_type_index);
H A DverificationType.cpp146 switch (_u._data) {
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/
H A DBridgeImpl.java107 public @NotNull T unmarshal(Unmarshaller _u, XMLStreamReader in) throws JAXBException { argument
108 UnmarshallerImpl u = (UnmarshallerImpl)_u;
112 public @NotNull T unmarshal(Unmarshaller _u, Source in) throws JAXBException { argument
113 UnmarshallerImpl u = (UnmarshallerImpl)_u;
117 public @NotNull T unmarshal(Unmarshaller _u, InputStream in) throws JAXBException { argument
118 UnmarshallerImpl u = (UnmarshallerImpl)_u;
122 public @NotNull T unmarshal(Unmarshaller _u, Node n) throws JAXBException { argument
123 UnmarshallerImpl u = (UnmarshallerImpl)_u;
H A DBridgeAdapter.java130 private @NotNull InMemory adaptU(Unmarshaller _u, OnWire v) throws JAXBException { argument
131 UnmarshallerImpl u = (UnmarshallerImpl) _u;
/openjdk9/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp124 } _u; member in class:TypedMethodOptionMatcher
130 memset(&_u, 0, sizeof(_u));
155 return _u.intx_value;
159 return _u.uintx_value;
163 return _u.bool_value;
167 return _u.double_value;
171 return _u.ccstr_value;
175 _u.intx_value = value;
179 _u
[all...]
/openjdk9/hotspot/src/share/vm/runtime/
H A DperfData.hpp280 Units _u; member in class:PerfData
325 Units units() { return _u; }
H A DperfData.cpp80 : _name(NULL), _u(u), _v(v), _valuep(NULL),

Completed in 195 milliseconds