Searched refs:copied_method_records_ (Results 1 – 1 of 1) sorted by relevance
7412 copied_method_records_(copied_method_records_initial_buffer_, in LinkMethodsHelper()8063 CopiedMethodRecordSet copied_method_records_; member in art::ClassLinker::LinkMethodsHelper8128 for (CopiedMethodRecord& record : copied_method_records_) { in ReallocMethods()8628 auto [it, inserted] = copied_method_records_.InsertWithHash( in AssignVTableIndexes()8649 size_t num_new_copied_methods = copied_method_records_.size(); in AssignVTableIndexes()8650 for (CopiedMethodRecord& record : copied_method_records_) { in AssignVTableIndexes()8744 auto it = copied_method_records_.FindWithHash(new_record, hash); in FindCopiedMethodsForInterface()8745 if (it == copied_method_records_.end()) { in FindCopiedMethodsForInterface()8754 copied_method_records_.PutWithHash(new_record, hash); in FindCopiedMethodsForInterface()8767 size_t num_new_copied_methods = copied_method_records_.size(); in FindCopiedMethodsForInterface()[all …]