Home | History | Annotate | Download | only in include

Lines Matching defs:GetEnv

1044     jint        (*GetEnv)(JavaVM*, void**, jint);
1061 jint GetEnv(void** env, jint version)
1062 { return functions->GetEnv(this, env, version); }