HomeSort by relevance Sort by last modified time
    Searched defs:threadEnv (Results 1 - 3 of 3) sorted by null

  /art/runtime/
check_jni.cc 766 JNIEnvExt* threadEnv = self->GetJniEnv();
770 if (soa_.Env() != threadEnv) {
787 if (threadEnv->critical) {
794 threadEnv->critical++;
797 threadEnv->critical--;
798 if (threadEnv->critical < 0) {
    [all...]
  /dalvik/vm/
CheckJni.cpp 839 JNIEnvExt* threadEnv = dvmGetJNIEnvForThread();
846 if (threadEnv == NULL) {
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 

Completed in 50 milliseconds