Lines Matching full:penv
45 static bool registerSystemNatives(JNIEnv* pEnv);1101 JNIEnv* pEnv)1233 if (!dvmPrepMainForJni(pEnv))1239 if (!registerSystemNatives(pEnv))1314 static bool registerSystemNatives(JNIEnv* pEnv)1324 if (jniRegisterSystemMethods(pEnv) < 0) {