Searched refs:InsertStrongRoot (Results 1 – 3 of 3) sorted by relevance
114 EXPECT_TRUE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()115 EXPECT_FALSE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()117 EXPECT_TRUE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()
232 bool InsertStrongRoot(ObjPtr<mirror::Object> obj)
221 bool ClassTable::InsertStrongRoot(ObjPtr<mirror::Object> obj) { in InsertStrongRoot() function in art::ClassTable