| 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); |
| 1753 | } |
| 1754 | void GetFloatArrayRegion(jfloatArray array, |
| 1755 | jsize start, jsize len, jfloat *buf) { |
| 1756 | functions->GetFloatArrayRegion(this,array,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected