Searched refs:GetObjectRefType (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/runtime/jni/ |
H A D | jni_internal_test.cc | 1452 TEST_F(JniInternalTest, GetObjectRefType) { in TEST_F() argument 1455 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(local)); in TEST_F() 1458 EXPECT_EQ(JNIGlobalRefType, env_->GetObjectRefType(global)); in TEST_F() 2093 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(o)); in TEST_F() 2164 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(outer)); in TEST_F() 2181 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(original)); in TEST_F() 2183 EXPECT_EQ(JNIInvalidRefType, env_->GetObjectRefType(outer)); in TEST_F() 2185 EXPECT_EQ(JNIInvalidRefType, env_->GetObjectRefType(inner1)); in TEST_F() 2187 EXPECT_EQ(JNIInvalidRefType, env_->GetObjectRefType(inner2)); in TEST_F() 2224 EXPECT_EQ(env_->GetObjectRefType(o), JNIGlobalRefType); in TEST_F() [all …]
|
H A D | check_jni.cc | 1858 static jobjectRefType GetObjectRefType(JNIEnv* env, jobject obj) { in GetObjectRefType() function in art::__anone2f7feb60110::CheckJNI 1868 result.w = baseEnv(env)->GetObjectRefType(env, obj); in GetObjectRefType() 4053 CheckJNI::GetObjectRefType,
|
H A D | jni_internal.cc | 2730 static jobjectRefType GetObjectRefType(JNIEnv* env ATTRIBUTE_UNUSED, jobject java_object) { in GetObjectRefType() function in art::JNI 3157 JNIImpl::GetObjectRefType,
|
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 480 jobjectRefType (*GetObjectRefType)(JNIEnv*, jobject); member 1027 jobjectRefType GetObjectRefType(jobject obj) in GetObjectRefType() function 1028 { return functions->GetObjectRefType(this, obj); } in GetObjectRefType()
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 480 jobjectRefType (*GetObjectRefType)(JNIEnv*, jobject); member 1027 jobjectRefType GetObjectRefType(jobject obj) in GetObjectRefType() function 1028 { return functions->GetObjectRefType(this, obj); } in GetObjectRefType()
|
/aosp12/art/compiler/jni/ |
H A D | jni_compiler_test.cc | 1332 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(result)); in ReturnGlobalRefImpl()
|