| 1674 | return functions->GetShortArrayElements(this,array,isCopy); |
| 1675 | } |
| 1676 | jint * GetIntArrayElements(jintArray array, jboolean *isCopy) { |
| 1677 | return functions->GetIntArrayElements(this,array,isCopy); |
| 1678 | } |
| 1679 | jlong * GetLongArrayElements(jlongArray array, jboolean *isCopy) { |
| 1680 | return functions->GetLongArrayElements(this,array,isCopy); |
| 1681 | } |
nothing calls this directly
no outgoing calls
no test coverage detected