| 1914 | return functions->AttachCurrentThread(this, penv, args); |
| 1915 | } |
| 1916 | jint DetachCurrentThread() { |
| 1917 | return functions->DetachCurrentThread(this); |
| 1918 | } |
| 1919 | |
| 1920 | jint GetEnv(void **penv, jint version) { |
| 1921 | return functions->GetEnv(this, penv, version); |
nothing calls this directly
no outgoing calls
no test coverage detected