Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S260 addw $$1, ART_METHOD_HOTNESS_COUNT_OFFSET(%rdi)
749 addw $$1, ART_METHOD_HOTNESS_COUNT_OFFSET(%rdi)
/art/compiler/utils/x86/
Dassembler_x86_test.cc267 DriverStr(RepeatAI(&x86::X86Assembler::addw, /*imm_bytes*/ 2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
Dassembler_x86.h712 void addw(const Address& address, const Immediate& imm);
Dassembler_x86.cc3101 void X86Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h766 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.cc4292 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.cc1090 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
1113 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
1133 __ addw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
Dcode_generator_x86_64.cc1413 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
1425 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local