Searched refs:IsPublic (Results 1 – 6 of 6) sorted by relevance
65 bool IsPublic() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPublic() function
233 ALWAYS_INLINE bool IsPublic() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPublic() function539 return that->IsPublic() || this->IsInSamePackage(that); in CanAccess()
76 bool IsPublic() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPublic() function
86 EXPECT_TRUE(primitive->IsPublic()); in AssertPrimitiveClass()140 EXPECT_EQ(array->GetComponentType()->IsPublic(), array->IsPublic()); in AssertArrayClass()677 EXPECT_TRUE(JavaLangObject->IsPublic()); in TEST_F()721 EXPECT_FALSE(MyClass->IsPublic()); in TEST_F()
4000 DCHECK(constructor->IsPublic()); in CheckProxyConstructor()5250 if (!vtable_method->IsAbstract() && !vtable_method->IsPublic()) { in LinkInterfaceMethods()
648 return other.GetClass()->IsPublic(); // Be conservative, only allow if other is public. in CanAccess()