Searched refs:JNILocalRefType (Results 1 – 6 of 6) sorted by relevance
1455 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()
2740 return JNILocalRefType; in GetObjectRefType()2747 return JNILocalRefType; in GetObjectRefType()3417 case JNILocalRefType: in operator <<()
1041 case JNILocalRefType: in CheckNonHeapValue()1216 case JNILocalRefType: in TraceNonHeapValue()
123 JNILocalRefType = 1, enumerator
1332 EXPECT_EQ(JNILocalRefType, env_->GetObjectRefType(result)); in ReturnGlobalRefImpl()