Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h52 method_index_(0) { } in ArtMethod()
194 method_index_ = new_method_index; in SetMethodIndex()
202 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_); in MethodIndexOffset()
568 uint32_t method_index_; variable
Dart_method-inl.h74 return method_index_; in GetMethodIndex()
78 return method_index_; in GetMethodIndexDuringLinking()