Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.h176 void SetMethodIndex(uint16_t new_method_index) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetMethodIndex() argument
178 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_), new_method_index); in SetMethodIndex()