HomeSort by relevance Sort by last modified time
    Searched refs:method_index_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
art_method.h 72 method_index_(0), hotness_count_(0) { }
326 method_index_ = new_method_index;
334 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, method_index_));
697 visitor(this, &method_index_, "method_index_");
732 uint16_t method_index_; member in class:art::FINAL
art_method-inl.h 90 return method_index_;
94 return method_index_;

Completed in 493 milliseconds