Home | History | Annotate | Download | only in vm

Lines Matching refs:Byte

53  * returns a byte array, things will fail in strange ways later on.
931 LOGW("JNI WARNING: input is not valid Modified UTF-8: illegal %s byte %#x", errorKind, utf8);
1007 // Fall through to take care of the final byte.
1010 // Bit pattern 110x, so there is one additional byte.
1029 case PRIM_BYTE: return "byte";
1160 /* odd byte; expected value depends on endian-ness of host */
1163 LOGE("JNI: guard pattern disturbed in odd byte after %p (+%d) 0x%02x 0x%02x",
1555 FIELD_ACCESSORS(jbyte, Byte, PRIM_BYTE, "B");
1672 CALL(jbyte, Byte, jbyte result, result=, NON_VOID_RETURN("B", jbyte), "B");
1787 NEW_PRIMITIVE_ARRAY(jbyteArray, Byte);
1867 PRIMITIVE_ARRAY_FUNCTIONS(jbyte, Byte, 'B');