Home | History | Annotate | Download | only in include

Lines Matching defs:GetEnv

1077     jint        (*GetEnv)(JavaVM*, void**, jint);
1094 jint GetEnv(void** env, jint version)
1095 { return functions->GetEnv(this, env, version); }