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 52 method_index_(0) { }
194 method_index_ = new_method_index;
202 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
568 uint32_t method_index_; member in class:art::FINAL
art_method-inl.h 74 return method_index_;
78 return method_index_;

Completed in 83 milliseconds