Lines Matching full:calling_convention
235 InvokeRuntimeCallingConvention calling_convention;
237 locations->InAt(0), LocationFrom(calling_convention.GetRegisterAt(0)), Primitive::kPrimInt,
238 locations->InAt(1), LocationFrom(calling_convention.GetRegisterAt(1)), Primitive::kPrimInt);
293 InvokeRuntimeCallingConvention calling_convention;
294 __ Mov(calling_convention.GetRegisterAt(0).W(), cls_->GetTypeIndex());
309 arm64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
347 InvokeRuntimeCallingConvention calling_convention;
349 __ Mov(calling_convention.GetRegisterAt(0).W(), string_index);
354 arm64_codegen->MoveLocation(locations->Out(), calling_convention.GetReturnLocation(type), type);
454 InvokeRuntimeCallingConvention calling_convention;
456 class_to_check, LocationFrom(calling_convention.GetRegisterAt(0)), Primitive::kPrimNot,
457 object_class, LocationFrom(calling_convention.GetRegisterAt(1)), Primitive::kPrimNot);
465 Location ret_loc = calling_convention.GetReturnLocation(ret_type);
519 InvokeRuntimeCallingConvention calling_convention;
523 LocationFrom(calling_convention.GetRegisterAt(0)),
528 LocationFrom(calling_convention.GetRegisterAt(1)),
533 LocationFrom(calling_convention.GetRegisterAt(2)),
604 InvokeRuntimeCallingConvention calling_convention;
606 arm64_codegen->MoveLocation(LocationFrom(calling_convention.GetRegisterAt(0)), obj_, type);
612 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
742 InvokeRuntimeCallingConvention calling_convention;
745 LocationFrom(calling_convention.GetRegisterAt(0)),
749 LocationFrom(calling_convention.GetRegisterAt(1)),
754 LocationFrom(calling_convention.GetRegisterAt(2)),
760 arm64_codegen->MoveConstant(LocationFrom(calling_convention.GetRegisterAt(2)), offset_);
768 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
827 InvokeRuntimeCallingConvention calling_convention;
834 // LocationFrom(calling_convention.GetRegisterAt(0)),
840 __ Mov(calling_convention.GetRegisterAt(0), XRegisterFrom(out_));
846 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
870 (float_index_ < calling_convention.GetNumberOfFpuRegisters())) {
871 next_location = LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++));
873 (gp_index_ < calling_convention.GetNumberOfRegisters())) {
874 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++));
876 size_t stack_offset = calling_convention.GetStackOffsetOf(stack_index_);
3730 InvokeDexCallingConvention calling_convention;
3731 Register receiver = calling_convention.GetRegisterAt(0);
3916 InvokeRuntimeCallingConvention calling_convention;
3919 LocationFrom(calling_convention.GetRegisterAt(0)),
4142 InvokeRuntimeCallingConvention calling_convention;
4143 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
4240 InvokeRuntimeCallingConvention calling_convention;
4241 locations->AddTemp(LocationFrom(calling_convention.GetRegisterAt(0)));
4243 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(1)));
4244 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(2)));
4249 InvokeRuntimeCallingConvention calling_convention;
4265 InvokeRuntimeCallingConvention calling_convention;
4269 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
4270 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1)));
4272 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
4430 InvokeRuntimeCallingConvention calling_convention;
4431 locations->SetInAt(0, LocationFrom(calling_convention.GetFpuRegisterAt(0)));
4432 locations->SetInAt(1, LocationFrom(calling_convention.GetFpuRegisterAt(1)));
4433 locations->SetOut(calling_convention.GetReturnLocation(type));
4548 FieldAccessCallingConventionARM64 calling_convention;
4550 instruction, instruction->GetFieldType(), calling_convention);
4555 FieldAccessCallingConventionARM64 calling_convention;
4560 calling_convention);
4565 FieldAccessCallingConventionARM64 calling_convention;
4567 instruction, instruction->GetFieldType(), calling_convention);
4572 FieldAccessCallingConventionARM64 calling_convention;
4577 calling_convention);
4582 FieldAccessCallingConventionARM64 calling_convention;
4584 instruction, instruction->GetFieldType(), calling_convention);
4589 FieldAccessCallingConventionARM64 calling_convention;
4594 calling_convention);
4599 FieldAccessCallingConventionARM64 calling_convention;
4601 instruction, instruction->GetFieldType(), calling_convention);
4606 FieldAccessCallingConventionARM64 calling_convention;
4611 calling_convention);
4635 InvokeRuntimeCallingConvention calling_convention;
4636 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));