Searched refs:IsBootStrapClassLoaded (Results 1 – 3 of 3) sorted by relevance
1424 TEST_F(ClassLinkerTest, IsBootStrapClassLoaded) { in TEST_F() argument1435 EXPECT_TRUE(jlo_class.Get()->IsBootStrapClassLoaded()); in TEST_F()1441 EXPECT_FALSE(statics.Get()->IsBootStrapClassLoaded()); in TEST_F()
1313 if (!cls->IsBootStrapClassLoaded() && in GetProfiledMethods()
1292 bool IsBootStrapClassLoaded() REQUIRES_SHARED(Locks::mutator_lock_) { in IsBootStrapClassLoaded() function