Searched refs:IsBootStrapClassLoaded (Results 1 – 11 of 11) sorted by relevance
72 if (strict_mode && klass->IsBootStrapClassLoaded()) { in InitializeClass()
1498 TEST_F(ClassLinkerTest, IsBootStrapClassLoaded) { in TEST_F() argument1509 EXPECT_TRUE(jlo_class->IsBootStrapClassLoaded()); in TEST_F()1515 EXPECT_FALSE(statics->IsBootStrapClassLoaded()); in TEST_F()
3655 /* parse_hiddenapi_class_data= */ klass->IsBootStrapClassLoaded()); in LoadClass()
486 if (kBootClassLoader ? (!klass->IsBootStrapClassLoaded()) in CollectInternal()
1527 if (!cls->IsBootStrapClassLoaded() && in GetProfiledMethods()
89 if (declaring_class->IsBootStrapClassLoaded()) { in GetReflectionCaller()
913 inline bool Class::IsBootStrapClassLoaded() { in IsBootStrapClassLoaded() function
1284 bool IsBootStrapClassLoaded() REQUIRES_SHARED(Locks::mutator_lock_);
69 if (LIKELY(!IsBootStrapClassLoaded())) { in IsMirrored()
2155 if ((!is_boot_image && !is_boot_image_extension) && klass->IsBootStrapClassLoaded()) { in TryInitializeClass()
4472 if (!klass->IsBootStrapClassLoaded()) { in VisitReflectiveTargets()