Home
last modified time | relevance | path

Searched refs:CopyWithoutLocks (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dclass_table.h265 void CopyWithoutLocks(const ClassTable& source_table) NO_THREAD_SAFETY_ANALYSIS;
Dclass_table.cc163 void ClassTable::CopyWithoutLocks(const ClassTable& source_table) { in CopyWithoutLocks() function in art::ClassTable
/art/compiler/
Dimage_writer.cc1496 image_info.class_table_->CopyWithoutLocks(*class_loader->GetClassTable()); in TryAssignBinSlot()