Searched refs:new_method_index (Results 1 – 2 of 2) sorted by relevance
651 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) {653 method_index_ = new_method_index;
8747 size_t new_method_index = num_virtual_methods; in FindCopiedMethodsForInterface() local8770 CopiedMethodRecord new_record(interface_method, new_method_index); in FindCopiedMethodsForInterface()8782 DCHECK_EQ(new_method_index, new_record.GetMethodIndex()); in FindCopiedMethodsForInterface()8783 ++new_method_index; in FindCopiedMethodsForInterface()