Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h439 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMethodIndex() argument
441 method_index_ = new_method_index; in SetMethodIndex()
Dclass_linker.cc8234 size_t new_method_index = num_virtual_methods; in FindCopiedMethodsForInterface() local
8260 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()