Searched refs:Strh (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 281 ___ Strh(reg, MemOperand(base, offset)); in StoreToOffset() local
|
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 649 __ Strh(WRegisterFrom(invoke->GetLocations()->InAt(1)), in VisitMemoryPokeShortNative() local 1946 __ Strh(tmp1, MemOperand(dst_ptr, char_size, PostIndex)); in VisitStringGetCharsNoCheck() local 1981 __ Strh(tmp1, MemOperand(dst_ptr, char_size, PostIndex)); in VisitStringGetCharsNoCheck() local 2211 __ Strh(tmp, MemOperand(dst_curr_addr, char_size, PostIndex)); in VisitSystemArrayCopyChar() local
|
D | intrinsics_arm_vixl.cc | 549 __ Strh(InputRegisterAt(invoke, 1), MemOperand(LowRegisterFrom(invoke->GetLocations()->InAt(0)))); in VisitMemoryPokeShortNative() local 2827 __ Strh(temp, MemOperand(dst_ptr, char_size, PostIndex)); in VisitStringGetCharsNoCheck() local 2842 __ Strh(temp, MemOperand(dst_ptr, char_size, PostIndex)); in VisitStringGetCharsNoCheck() local
|
D | code_generator_arm64.cc | 1140 __ Strh(counter, MemOperand(method, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness() local 1155 __ Strh(counter, MemOperand(temp, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness() local 1723 __ Strh(Register(src), dst); in Store() local
|
D | code_generator_arm_vixl.cc | 2099 __ Strh(temp, MemOperand(kMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in MaybeIncrementHotness() local 2121 __ Strh(ip, MemOperand(r4, ProfilingInfo::BaselineHotnessCountOffset().Int32Value())); in MaybeIncrementHotness() local 6237 __ Strh(cond, RegisterFrom(loc), mem_address); in StoreToShiftedRegOffset() local
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 111 ___ Strh(reg_w(source), MEM_OP(reg_x(base), offset)); in StoreWToOffset() local
|