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

  /art/runtime/
art_method.h 72 method_index_(0), hotness_count_(0) { }
632 // situations. Consumers of hotness_count_ must be able to deal with that.
634 return ++hotness_count_;
638 hotness_count_ = 0;
642 hotness_count_ = hotness_count;
646 return hotness_count_;
698 visitor(this, &hotness_count_, "hotness_count_");
736 uint16_t hotness_count_; member in class:art::FINAL
765 return RoundUp(offsetof(ArtMethod, hotness_count_) + sizeof(hotness_count_)
    [all...]
art_method.cc 747 hotness_count_ = 0;
    [all...]

Completed in 88 milliseconds