(Object instance, int code, int offset, long value)
| 394 | (Object instance, int offset); |
| 395 | |
| 396 | private static native void setPrimitive |
| 397 | (Object instance, int code, int offset, long value); |
| 398 | |
| 399 | private static native void setObject |
| 400 | (Object instance, int offset, Object value); |