Lines Matching refs:dest_pos
195 Location dest_pos = locations->InAt(3); in EmitNativeCode() local
203 GenSystemArrayCopyBaseAddress(assembler, type, dest, dest_pos, dst_curr_addr); in EmitNativeCode()
2122 HIntConstant* dest_pos = invoke->InputAt(3)->AsIntConstant(); in VisitSystemArrayCopy() local
2128 if (dest_pos != nullptr && !assembler_->ShifterOperandCanAlwaysHold(dest_pos->GetValue())) { in VisitSystemArrayCopy()
2224 Location dest_pos = locations->InAt(3); in VisitSystemArrayCopy() local
2244 if (dest_pos.IsConstant()) { in VisitSystemArrayCopy()
2245 int32_t dest_pos_constant = Int32ConstantFrom(dest_pos); in VisitSystemArrayCopy()
2256 || (src_pos_constant >= Int32ConstantFrom(dest_pos))); in VisitSystemArrayCopy()
2262 __ Cmp(RegisterFrom(dest_pos), src_pos_constant); in VisitSystemArrayCopy()
2270 if (dest_pos.IsConstant()) { in VisitSystemArrayCopy()
2271 int32_t dest_pos_constant = Int32ConstantFrom(dest_pos); in VisitSystemArrayCopy()
2274 __ Cmp(RegisterFrom(src_pos), RegisterFrom(dest_pos)); in VisitSystemArrayCopy()
2311 dest_pos, in VisitSystemArrayCopy()
2554 GenSystemArrayCopyBaseAddress(GetAssembler(), type, dest, dest_pos, temp2); in VisitSystemArrayCopy()
2574 GenSystemArrayCopyBaseAddress(GetAssembler(), type, dest, dest_pos, temp2); in VisitSystemArrayCopy()