Home
last modified time | relevance | path

Searched refs:InsertStrongRoot (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Dclass_table_test.cc111 EXPECT_TRUE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()
112 EXPECT_FALSE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()
114 EXPECT_TRUE(table.InsertStrongRoot(obj_X.Get())); in TEST_F()
H A Dclass_table.cc136 bool ClassTable::InsertStrongRoot(ObjPtr<mirror::Object> obj) { in InsertStrongRoot() function in art::ClassTable
H A Dclass_table.h226 bool InsertStrongRoot(ObjPtr<mirror::Object> obj)
H A Dclass_linker.cc3957 data.class_table->InsertStrongRoot(dex_cache); in RegisterDexFileLocked()
4010 table->InsertStrongRoot(h_dex_cache.Get()); in RegisterExistingDexCache()
4100 table->InsertStrongRoot(h_dex_cache.Get()); in RegisterDexFile()
10148 if (table->InsertStrongRoot(dex_file) && class_loader != nullptr) { in InsertDexFileInToClassLoader()