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

/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DMethodAccessor_Short.java46 return ((Bean)bean).get_short();
H A DBean.java62 public short get_short() { throw new UnsupportedOperationException(); } method in class:Bean
H A DTransducedAccessor_method_Short.java46 return DatatypeConverterImpl._printShort( ((Bean)o).get_short() );
58 // w.leafElement(tagName, ((Bean)o).get_short(), fieldName );
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp56 short get_short() { short i=Bytes::get_Java_u2(_next_pc); _next_pc+=2; return i; } function in class:BytecodePrinter
411 st->print_cr(" " INT32_FORMAT, get_short());
445 jint offset = is_wide() ? get_short(): get_byte();
493 st->print_cr(" %d", bci + get_short());
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DDynAny.java486 public short get_short() method in interface:DynAny
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-gpos-table.hh117 if (format & xPlacement) glyph_pos.x_offset += font->em_scale_x (get_short (values++));
118 if (format & yPlacement) glyph_pos.y_offset += font->em_scale_y (get_short (values++));
120 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
125 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values));
181 static inline const SHORT& get_short (const Value* value) function in struct:OT::ValueFormat
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyConstructedImpl.java713 public short get_short() method in class:DynAnyConstructedImpl
725 return currentComponent.get_short();
H A DDynAnyBasicImpl.java450 public short get_short() method in class:DynAnyBasicImpl
/openjdk10/hotspot/src/share/vm/prims/
H A Djni.cpp891 virtual void get_short () = 0;
911 inline void do_short() { if (!is_return_type()) get_short(); }
939 inline void get_short() { _arguments->push_int(va_arg(_ap, jint)); } // short is coerced to int when using va_arg function in class:JNI_ArgumentPusherVaArg
983 get_short();
1030 inline void get_short() { _arguments->push_int((jint)(_ap++)->s); } function in class:JNI_ArgumentPusherArray
1069 get_short();

Completed in 143 milliseconds