Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dart_method.h651 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) {
653 method_index_ = new_method_index;
H A Dclass_linker.cc8747 size_t new_method_index = num_virtual_methods; in FindCopiedMethodsForInterface() local
8770 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()