Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h129 static constexpr MemberOffset BaselineHotnessCountOffset() { in BaselineHotnessCountOffset() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc1090 __ Ldrh(counter, MemOperand(temp, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
1092 __ Strh(counter, MemOperand(temp, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
Dcode_generator_x86.cc1111 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1132 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
Dcode_generator_arm_vixl.cc2115 __ Ldrh(ip, MemOperand(r4, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
2117 __ Strh(ip, MemOperand(r4, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
Dcode_generator_x86_64.cc1373 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()