| 1777 | functions->SetShortArrayRegion(this,array,start,len,buf); |
| 1778 | } |
| 1779 | void SetIntArrayRegion(jintArray array, jsize start, jsize len, |
| 1780 | const jint *buf) { |
| 1781 | functions->SetIntArrayRegion(this,array,start,len,buf); |
| 1782 | } |
| 1783 | void SetLongArrayRegion(jlongArray array, jsize start, jsize len, |
| 1784 | const jlong *buf) { |
| 1785 | functions->SetLongArrayRegion(this,array,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected