Home | History | Annotate | Download | only in optimizing

Lines Matching defs:return_type

40 Location Mips64ReturnLocation(Primitive::Type return_type) {
41 switch (return_type) {
3669 Primitive::Type return_type = ret->InputAt(0)->GetType();
3670 locations->SetInAt(0, Mips64ReturnLocation(return_type));