Searched refs:next_location (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.cc79 Location next_location; local
90 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index));
93 next_location = Location::StackSlot(stack_offset);
110 next_location = Location::RegisterPairLocation(low_even, high_odd);
113 next_location = Location::DoubleStackSlot(stack_offset);
125 next_location = Location::FpuRegisterLocation(
129 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
143 return next_location;
H A Dcode_generator_arm64.cc1389 Location next_location; local
1396 next_location = LocationFrom(calling_convention.GetFpuRegisterAt(float_index_++));
1399 next_location = LocationFrom(calling_convention.GetRegisterAt(gp_index_++));
1402 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
1408 return next_location;
H A Dcode_generator_mips64.cc71 Location next_location; local
78 next_location = Location::FpuRegisterLocation(
83 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++));
87 next_location = Primitive::Is64BitType(type) ? Location::DoubleStackSlot(stack_offset)
94 return next_location;

Completed in 139 milliseconds