Searched refs:InsertStrongRoot (Results 1 – 4 of 4) sorted by relevance
116 EXPECT_TRUE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()117 EXPECT_FALSE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()119 EXPECT_TRUE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()
133 bool ClassTable::InsertStrongRoot(ObjPtr<mirror::Object> obj) { in InsertStrongRoot() function in art::ClassTable
245 bool InsertStrongRoot(ObjPtr<mirror::Object> obj)
4105 data.class_table->InsertStrongRoot(dex_cache); in RegisterDexFileLocked()4159 table->InsertStrongRoot(h_dex_cache.Get()); in RegisterExistingDexCache()4249 table->InsertStrongRoot(h_dex_cache.Get()); in RegisterDexFile()10768 if (table->InsertStrongRoot(dex_file) && class_loader != nullptr) { in InsertDexFileInToClassLoader()