Searched refs:EmitCmplJLess (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 805 static void EmitCmplJLess(X86Assembler* assembler, in EmitCmplJLess() function 835 EmitCmplJLess(assembler, Address(array, length_offset), length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() 845 EmitCmplJLess(assembler, temp, length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() 867 EmitCmplJLess(assembler, temp, length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() 3144 EmitCmplJLess(assembler, src_pos_reg, dest_pos, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
|
D | intrinsics_x86_64.cc | 674 static void EmitCmplJLess(X86_64Assembler* assembler, in EmitCmplJLess() function 704 EmitCmplJLess(assembler, Address(array, length_offset), length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() 714 EmitCmplJLess(assembler, temp, length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() 736 EmitCmplJLess(assembler, temp, length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() 940 EmitCmplJLess(assembler, src_pos_reg, dest_pos, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy()
|