| 1851 | return functions->GetDirectBufferAddress(this, buf); |
| 1852 | } |
| 1853 | jlong GetDirectBufferCapacity(jobject buf) { |
| 1854 | return functions->GetDirectBufferCapacity(this, buf); |
| 1855 | } |
| 1856 | jobjectRefType GetObjectRefType(jobject obj) { |
| 1857 | return functions->GetObjectRefType(this, obj); |
| 1858 | } |
nothing calls this directly
no outgoing calls
no test coverage detected