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

  /art/runtime/
art_method.h 79 method_index_(0), hotness_count_(0) { }
660 // situations. Consumers of hotness_count_ must be able to deal with that.
662 return ++hotness_count_;
666 hotness_count_ = 0;
670 hotness_count_ = hotness_count;
674 return hotness_count_;
678 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, hotness_count_));
730 visitor(this, &hotness_count_, "hotness_count_");
778 uint16_t hotness_count_; member in class:art::FINAL
    [all...]
art_method.cc 752 hotness_count_ = 0;
    [all...]

Completed in 63 milliseconds