Searched refs:HotnessCountOffset (Results 1 – 6 of 6) sorted by relevance
/art/tools/cpp-define-generator/ |
D | art_method.def | 40 art::ArtMethod::HotnessCountOffset().Int32Value())
|
/art/runtime/ |
D | art_method.h | 724 static constexpr MemberOffset HotnessCountOffset() { in HotnessCountOffset() function
|
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 1136 __ Ldrh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness() 1140 __ Strh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
|
D | code_generator_x86_64.cc | 1410 __ cmpw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() 1413 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
|
D | code_generator_x86.cc | 1087 __ cmpw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() 1090 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
|
D | code_generator_arm_vixl.cc | 2095 __ Ldrh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness() 2099 __ Strh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
|