Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.h141 void SetMethodIndex(uint16_t new_method_index) { in SetMethodIndex() argument
142 SetField32(OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_), new_method_index, false); in SetMethodIndex()