Searched refs:IsBootStrapClassLoaded (Results 1 – 2 of 2) sorted by relevance
1183 TEST_F(ClassLinkerTest, IsBootStrapClassLoaded) { in TEST_F() argument1194 EXPECT_TRUE(jlo_class.Get()->IsBootStrapClassLoaded()); in TEST_F()1200 EXPECT_FALSE(statics.Get()->IsBootStrapClassLoaded()); in TEST_F()
1246 bool IsBootStrapClassLoaded() SHARED_REQUIRES(Locks::mutator_lock_) { in IsBootStrapClassLoaded() function