Home
last modified time | relevance | path

Searched refs:addw (Results 1 – 9 of 9) sorted by relevance

/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S263 addw $$1, ART_METHOD_HOTNESS_COUNT_OFFSET(%rdi)
823 addw $$1, ART_METHOD_HOTNESS_COUNT_OFFSET(%rdi)
/art/compiler/utils/x86/
Dassembler_x86_test.cc305 DriverStr(RepeatAI(&x86::X86Assembler::addw, /*imm_bytes*/ 2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
Dassembler_x86.h741 void addw(const Address& address, const Immediate& imm);
Dassembler_x86.cc3130 void X86Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h767 void addw(const Address& address, const Immediate& imm);
Dassembler_x86_64_test.cc591 RepeatAI(&x86_64::X86_64Assembler::addw, /*imm_bytes*/2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
Dassembler_x86_64.cc4301 void X86_64Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc1110 __ 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
Dcode_generator_x86_64.cc1483 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
1496 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local