Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h82 method_index_(0), hotness_count_(0) { } in ArtMethod()
407 method_index_ = new_method_index; in SetMethodIndex()
415 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, method_index_)); in MethodIndexOffset()
771 visitor(this, &method_index_, "method_index_"); in VisitMembers()
820 uint16_t method_index_; variable
Dart_method-inl.h83 return method_index_; in GetMethodIndex()
87 return method_index_; in GetMethodIndexDuringLinking()