Lines Matching refs:Location
110 virtual Location GetNextLocation(Primitive::Type type) = 0;
157 virtual void Move(HInstruction* instruction, Location location, HInstruction* move_for) = 0;
168 Location GetTemporaryLocation(HTemporary* temp) const;
272 void EmitParallelMoves(Location from1,
273 Location to1,
275 Location from2,
276 Location to2,
285 void AddAllocatedRegister(Location location) { in AddAllocatedRegister()
369 virtual Location AllocateFreeRegister(Primitive::Type type) const = 0;
374 virtual Location GetStackLocation(HLoadLocal* load) const = 0;
440 void BlockIfInRegister(Location location, bool is_out = false) const;