| 1845 | } |
| 1846 | |
| 1847 | jobject NewDirectByteBuffer(void* address, jlong capacity) { |
| 1848 | return functions->NewDirectByteBuffer(this, address, capacity); |
| 1849 | } |
| 1850 | void* GetDirectBufferAddress(jobject buf) { |
| 1851 | return functions->GetDirectBufferAddress(this, buf); |
| 1852 | } |
nothing calls this directly
no outgoing calls
no test coverage detected