Home
last modified time | relevance | path

Searched refs:JNILocalRefType (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/runtime/jni/
H A Djni_internal_test.cc1455 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(local)); in TEST_F()
2093 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(o)); in TEST_F()
2163 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(original)); in TEST_F()
2164 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(outer)); in TEST_F()
2181 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(original)); in TEST_F()
H A Djni_internal.cc2740 return JNILocalRefType; in GetObjectRefType()
2747 return JNILocalRefType; in GetObjectRefType()
3417 case JNILocalRefType: in operator <<()
H A Dcheck_jni.cc1041 case JNILocalRefType: in CheckNonHeapValue()
1216 case JNILocalRefType: in TraceNonHeapValue()
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h123 JNILocalRefType = 1, enumerator
/aosp12/libnativehelper/include_jni/
H A Djni.h123 JNILocalRefType = 1, enumerator
/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc1332 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(result)); in ReturnGlobalRefImpl()