Searched refs:get_byte (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DMethodAccessor_Byte.java44 return ((Bean)bean).get_byte();
H A DTransducedAccessor_method_Byte.java44 return DatatypeConverterImpl._printByte( ((Bean)o).get_byte() );
56 // w.leafElement(tagName, ((Bean)o).get_byte(), fieldName );
H A DBean.java59 public byte get_byte() { throw new UnsupportedOperationException(); } method in class:Bean
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp55 int get_byte() { return *(jbyte*) _next_pc++; } // signed function in class:BytecodePrinter
408 st->print_cr(" " INT32_FORMAT, get_byte());
445 jint offset = is_wide() ? get_short(): get_byte();
560 get_byte(); // ignore zero byte
/openjdk10/hotspot/src/share/vm/prims/
H A Djni.cpp892 virtual void get_byte () = 0;
912 inline void do_byte() { if (!is_return_type()) get_byte(); }
940 inline void get_byte() { _arguments->push_int(va_arg(_ap, jint)); } // byte is coerced to int when using va_arg function in class:JNI_ArgumentPusherVaArg
986 get_byte();
1031 inline void get_byte() { _arguments->push_int((jint)(_ap++)->b); } function in class:JNI_ArgumentPusherArray
1072 get_byte();

Completed in 98 milliseconds