Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h130 return MemberOffset(OFFSETOF_MEMBER(ProfilingInfo, baseline_hotness_count_)); in BaselineHotnessCountOffset()
134 baseline_hotness_count_ = count; in SetBaselineHotnessCount()
138 return baseline_hotness_count_; in GetBaselineHotnessCount()
147 uint16_t baseline_hotness_count_; variable
Dprofiling_info.cc29 : baseline_hotness_count_(0), in ProfilingInfo()