| 1744 | functions->GetShortArrayRegion(this,array,start,len,buf); |
| 1745 | } |
| 1746 | void GetIntArrayRegion(jintArray array, |
| 1747 | jsize start, jsize len, jint *buf) { |
| 1748 | functions->GetIntArrayRegion(this,array,start,len,buf); |
| 1749 | } |
| 1750 | void GetLongArrayRegion(jlongArray array, |
| 1751 | jsize start, jsize len, jlong *buf) { |
| 1752 | functions->GetLongArrayRegion(this,array,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected