Home | History | Annotate | Download | only in optimizing

Lines Matching refs:next_location

75   Location next_location;
86 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index));
89 next_location = Location::StackSlot(stack_offset);
106 next_location = Location::RegisterPairLocation(low_even, high_odd);
109 next_location = Location::DoubleStackSlot(stack_offset);
121 next_location = Location::FpuRegisterLocation(
125 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
139 return next_location;