Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h82 method_index_(0), hotness_count_(0) { } in ArtMethod()
717 return std::numeric_limits<decltype(hotness_count_)>::max(); in MaxCounter()
725 return MemberOffset(OFFSETOF_MEMBER(ArtMethod, hotness_count_)); in HotnessCountOffset()
772 visitor(this, &hotness_count_, "hotness_count_"); in VisitMembers()
825 uint16_t hotness_count_; member
856 return RoundUp(offsetof(ArtMethod, hotness_count_) + sizeof(hotness_count_), in PtrSizedFieldsOffset()
Dart_method-inl.h411 hotness_count_ = hotness_count; in SetCounter()
416 return hotness_count_; in GetCounter()
Dart_method.cc778 hotness_count_ = 0; in CopyFrom()