Home
last modified time | relevance | path

Searched refs:hotness_count_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method.h79 method_index_(0), hotness_count_(0) { } in ArtMethod()
662 return ++hotness_count_; in IncrementCounter()
666 hotness_count_ = 0; in ClearCounter()
670 hotness_count_ = hotness_count; in SetCounter()
674 return hotness_count_; in GetCounter()
678 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, hotness_count_)); in HotnessCountOffset()
730 visitor(this, &hotness_count_, "hotness_count_"); in VisitMembers()
778 uint16_t hotness_count_; variable
803 return RoundUp(offsetof(ArtMethod, hotness_count_) + sizeof(hotness_count_), in PtrSizedFieldsOffset()
Dart_method.cc752 hotness_count_ = 0; in CopyFrom()