Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_field.h65 bool IsPublic() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPublic() function
Dclass.h233 ALWAYS_INLINE bool IsPublic() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPublic() function
539 return that->IsPublic() || this->IsInSamePackage(that); in CanAccess()
Dart_method.h76 bool IsPublic() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPublic() function
/art/runtime/
Dclass_linker_test.cc86 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()
Dclass_linker.cc4000 DCHECK(constructor->IsPublic()); in CheckProxyConstructor()
5250 if (!vtable_method->IsAbstract() && !vtable_method->IsPublic()) { in LinkInterfaceMethods()
/art/runtime/verifier/
Dreg_type.cc648 return other.GetClass()->IsPublic(); // Be conservative, only allow if other is public. in CanAccess()