Home
last modified time | relevance | path

Searched refs:EmitCmplJLess (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_x86.cc805 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()
Dintrinsics_x86_64.cc674 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()