Home
last modified time | relevance | path

Searched refs:BaselineHotnessCountOffset (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jit/
Dprofiling_info.h114 static constexpr MemberOffset BaselineHotnessCountOffset() { in BaselineHotnessCountOffset() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc1153 __ Ldrh(counter, MemOperand(temp, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
1155 __ Strh(counter, MemOperand(temp, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
Dcode_generator_x86.cc1113 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1133 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
Dcode_generator_arm_vixl.cc2119 __ Ldrh(ip, MemOperand(r4, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
2121 __ Strh(ip, MemOperand(r4, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
Dcode_generator_x86_64.cc1425 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()