Home | History | Annotate | Download | only in include

Lines Matching defs:GetEnv

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