Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table_test.cc114 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()
Dclass_table.h232 bool InsertStrongRoot(ObjPtr<mirror::Object> obj)
Dclass_table.cc223 bool ClassTable::InsertStrongRoot(ObjPtr<mirror::Object> obj) { in InsertStrongRoot() function in art::ClassTable
Dclass_linker.cc4110 data.class_table->InsertStrongRoot(dex_cache); in RegisterDexFileLocked()
4163 table->InsertStrongRoot(h_dex_cache.Get()); in RegisterExistingDexCache()
4262 table->InsertStrongRoot(h_dex_cache.Get()); in RegisterDexFile()
9885 if (table->InsertStrongRoot(dex_file) && class_loader != nullptr) { in InsertDexFileInToClassLoader()