Searched refs:IsBootStrapClassLoaded (Results 1 – 4 of 4) sorted by relevance
1425 TEST_F(ClassLinkerTest, IsBootStrapClassLoaded) { in TEST_F() argument1436 EXPECT_TRUE(jlo_class.Get()->IsBootStrapClassLoaded()); in TEST_F()1442 EXPECT_FALSE(statics.Get()->IsBootStrapClassLoaded()); in TEST_F()
1383 if (!cls->IsBootStrapClassLoaded() && in GetProfiledMethods()
1284 bool IsBootStrapClassLoaded() REQUIRES_SHARED(Locks::mutator_lock_) { in IsBootStrapClassLoaded() function
2256 if (is_app_image && klass->IsBootStrapClassLoaded()) { in TryInitializeClass()