Lines Matching full:calling_convention
1178 InvokeRuntimeCallingConvention calling_convention;
1179 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
1180 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1)));
1181 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimInt));
1352 InvokeRuntimeCallingConvention calling_convention;
1353 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
1354 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1)));
1355 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimInt));
1358 locations->AddTemp(LocationFrom(calling_convention.GetRegisterAt(2)));
1372 InvokeRuntimeCallingConvention calling_convention;
1373 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
1374 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1)));
1375 locations->SetInAt(2, LocationFrom(calling_convention.GetRegisterAt(2)));
1376 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimInt));
1391 InvokeRuntimeCallingConvention calling_convention;
1392 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
1393 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1)));
1394 locations->SetInAt(2, LocationFrom(calling_convention.GetRegisterAt(2)));
1395 locations->SetInAt(3, LocationFrom(calling_convention.GetRegisterAt(3)));
1396 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
1421 InvokeRuntimeCallingConvention calling_convention;
1422 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
1423 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1)));
1424 locations->SetInAt(2, LocationFrom(calling_convention.GetRegisterAt(2)));
1425 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
1448 InvokeRuntimeCallingConvention calling_convention;
1449 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0)));
1450 locations->SetOut(calling_convention.GetReturnLocation(Primitive::kPrimNot));
1479 InvokeRuntimeCallingConvention calling_convention;
1481 locations->SetInAt(0, LocationFrom(calling_convention.GetFpuRegisterAt(0)));
1482 locations->SetOut(calling_convention.GetReturnLocation(invoke->GetType()));
1494 InvokeRuntimeCallingConvention calling_convention;
1496 locations->SetInAt(0, LocationFrom(calling_convention.GetFpuRegisterAt(0)));
1497 locations->SetInAt(1, LocationFrom(calling_convention.GetFpuRegisterAt(1)));
1498 locations->SetOut(calling_convention.GetReturnLocation(invoke->GetType()));