Lines Matching refs:temp1_loc
100 Location temp1_loc = locations->GetTemp(0); in EmitNativeCode() local
101 Register temp1 = temp1_loc.AsRegister<Register>(); in EmitNativeCode()
155 x86_codegen->GenerateIntCompare(temp1_loc, length); in EmitNativeCode()
2645 Location temp1_loc = locations->GetTemp(0); in VisitSystemArrayCopy() local
2646 Register temp1 = temp1_loc.AsRegister<Register>(); in VisitSystemArrayCopy()
2751 invoke, temp1_loc, src, class_offset, /* needs_null_check= */ false); in VisitSystemArrayCopy()
2755 invoke, temp1_loc, temp1, component_offset, /* needs_null_check= */ false); in VisitSystemArrayCopy()
2788 invoke, temp1_loc, dest, class_offset, /* needs_null_check= */ false); in VisitSystemArrayCopy()
2822 invoke, temp1_loc, temp1, component_offset, /* needs_null_check= */ false); in VisitSystemArrayCopy()
2876 invoke, temp1_loc, src, class_offset, /* needs_null_check= */ false); in VisitSystemArrayCopy()
2879 invoke, temp1_loc, temp1, component_offset, /* needs_null_check= */ false); in VisitSystemArrayCopy()