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

  /art/test/595-profile-saving/
profile-saving.cc 47 method_index_ = m->GetDexMethodIndex();
53 int method_index_ = -1; member in class:art::__anon177::CreateProfilingInfoVisitor
65 return visitor.method_index_;
  /art/runtime/
art_method.h 63 method_index_(0), hotness_count_(0) { }
317 method_index_ = new_method_index;
325 return OFFSET_OF_OBJECT_MEMBER(ArtMethod, method_index_);
693 uint16_t method_index_; member in class:art::FINAL

Completed in 226 milliseconds