Lines Matching full:primitive
85 Location GetNextLocation(Primitive::Type type) OVERRIDE;
86 Location GetReturnLocation(Primitive::Type type) const OVERRIDE;
105 Location GetReturnLocation(Primitive::Type type) const OVERRIDE {
106 return Primitive::Is64BitType(type)
110 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE {
111 return Primitive::Is64BitType(type)
117 Location GetFpuLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
320 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
409 void MoveFromReturnRegister(Location trg, Primitive::Type type) OVERRIDE;
431 bool NeedsTwoRegisters(Primitive::Type type) const OVERRIDE {
432 return type == Primitive::kPrimLong;