Searched refs:BaselineHotnessCountOffset (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.h | 129 static constexpr MemberOffset BaselineHotnessCountOffset() { in BaselineHotnessCountOffset() function
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 1090 __ Ldrh(counter, MemOperand(temp, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness() 1092 __ Strh(counter, MemOperand(temp, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
|
D | code_generator_x86.cc | 1111 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() 1132 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
|
D | code_generator_arm_vixl.cc | 2115 __ Ldrh(ip, MemOperand(r4, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness() 2117 __ Strh(ip, MemOperand(r4, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
|
D | code_generator_x86_64.cc | 1373 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
|