Searched defs:addw (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 1110 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local 1134 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local 1156 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
|
D | code_generator_x86_64.cc | 1483 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local 1496 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 3130 void X86Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 4301 void X86_64Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86_64::X86_64Assembler
|