Home
last modified time | relevance | path

Searched refs:HotnessCountOffset (Results 1 – 6 of 6) sorted by relevance

/art/tools/cpp-define-generator/
Dart_method.def40 art::ArtMethod::HotnessCountOffset().Int32Value())
/art/runtime/
Dart_method.h724 static constexpr MemberOffset HotnessCountOffset() { in HotnessCountOffset() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc1136 __ Ldrh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
1140 __ Strh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
Dcode_generator_x86_64.cc1410 __ cmpw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1413 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
Dcode_generator_x86.cc1087 __ cmpw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1090 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
Dcode_generator_arm_vixl.cc2095 __ Ldrh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
2099 __ Strh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()