Home | History | Annotate | Download | only in optimizing

Lines Matching full:primitive

89   Location GetNextLocation(Primitive::Type type) OVERRIDE;
90 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
110 Location GetReturnLocation(Primitive::Type type) const OVERRIDE {
111 return Primitive::Is64BitType(type)
115 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE {
116 return Primitive::Is64BitType(type)
122 Location GetFpuLocation(Primitive::Type type) const OVERRIDE {
123 return Primitive::Is64BitType(type)
309 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
397 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE {
398 return type == Primitive::kPrimDouble || type == Primitive::kPrimLong;
419 void MoveFromReturnRegister(Location trg, Primitive::Type type) OVERRIDE;