HomeSort by relevance Sort by last modified time
    Searched refs:InsertStrongRoot (Results 1 - 4 of 4) sorted by null

  /art/runtime/
class_table_test.cc 114 EXPECT_TRUE(table.InsertStrongRoot(obj_X.Get()));
115 EXPECT_FALSE(table.InsertStrongRoot(obj_X.Get()));
117 EXPECT_TRUE(table.InsertStrongRoot(obj_X.Get()));
class_table.h 225 bool InsertStrongRoot(ObjPtr<mirror::Object> obj)
class_table.cc 228 bool ClassTable::InsertStrongRoot(ObjPtr<mirror::Object> obj) {
class_linker.cc     [all...]

Completed in 49 milliseconds