Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h362 void SetMethodIndex(uint16_t new_method_index) REQUIRES_SHARED(Locks::mutator_lock_) { in SetMethodIndex() argument
364 method_index_ = new_method_index; in SetMethodIndex()