Home
last modified time | relevance | path

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

/art/tools/cpp-define-generator/
Dart_method.def57 art::ArtMethod::HotnessCountOffset().Int32Value())
/art/runtime/
Dart_method.h719 static constexpr MemberOffset HotnessCountOffset() { in HotnessCountOffset() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc1121 __ Ldrh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
1125 __ Strh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
Dcode_generator_x86_64.cc1480 __ cmpw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1483 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
Dcode_generator_x86.cc1107 __ cmpw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
1110 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness()
Dcode_generator_arm_vixl.cc2122 __ Ldrh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()
2126 __ Strh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness()