Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc8743 CopiedMethodRecord new_record(interface_method, new_method_index); in FindCopiedMethodsForInterface() local
8744 auto it = copied_method_records_.FindWithHash(new_record, hash); in FindCopiedMethodsForInterface()
8749 new_record.SetState(CopiedMethodRecord::State::kDefault); in FindCopiedMethodsForInterface()
8750 new_record.UpdateStateForInterface(iface, interface_method, iftable, ifcount, i); in FindCopiedMethodsForInterface()
8751 if (new_record.GetState() == CopiedMethodRecord::State::kDefaultConflict) { in FindCopiedMethodsForInterface()
8753 new_record.SetState(CopiedMethodRecord::State::kDefault); in FindCopiedMethodsForInterface()
8754 copied_method_records_.PutWithHash(new_record, hash); in FindCopiedMethodsForInterface()
8755 DCHECK_EQ(new_method_index, new_record.GetMethodIndex()); in FindCopiedMethodsForInterface()