Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h192 void SetMethodIndex(uint16_t new_method_index) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetMethodIndex() argument
194 method_index_ = new_method_index; in SetMethodIndex()