OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadEnv
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/
CheckJni.cpp
839
JNIEnvExt*
threadEnv
= dvmGetJNIEnvForThread();
846
if (
threadEnv
== NULL) {
[
all
...]
/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
...]
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
Completed in 25 milliseconds