Searched refs:InsertWithoutLocks (Results 1 – 3 of 3) sorted by relevance
274 void InsertWithoutLocks(ObjPtr<mirror::Class> klass) NO_THREAD_SAFETY_ANALYSIS;
168 void ClassTable::InsertWithoutLocks(ObjPtr<mirror::Class> klass) { in InsertWithoutLocks() function in art::ClassTable
2009 image_info.class_table_->InsertWithoutLocks(as_klass); in TryAssignBinSlot()