Searched refs:new_method_index (Results 1 – 2 of 2) sorted by relevance
439 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMethodIndex() argument441 method_index_ = new_method_index; in SetMethodIndex()
8234 size_t new_method_index = num_virtual_methods; in FindCopiedMethodsForInterface() local8260 CopiedMethodRecord new_record(interface_method, new_method_index); in FindCopiedMethodsForInterface()8272 DCHECK_EQ(new_method_index, new_record.GetMethodIndex()); in FindCopiedMethodsForInterface()8273 ++new_method_index; in FindCopiedMethodsForInterface()