Searched defs:hotness_count_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dart_method.h661 // situations. Consumers of hotness_count_ must be able to deal with that.
663 return ++hotness_count_;
667 hotness_count_ = 0;
671 hotness_count_ = hotness_count;
675 return hotness_count_;
724 uint16_t hotness_count_; member in class:art::FINAL

Completed in 2181 milliseconds