Home | History | Annotate | Download | only in optimizing

Lines Matching full:primitive

66 Location ARM64ReturnLocation(Primitive::Type return_type);
122 Location GetReturnLocation(Primitive::Type return_type);
137 Location GetReturnLocation(Primitive::Type return_type) const {
151 Location GetNextLocation(Primitive::Type type) OVERRIDE;
152 Location GetReturnLocation(Primitive::Type return_type) const OVERRIDE {
173 Location GetReturnLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
176 Location GetSetValueLocation(Primitive::Type type, bool is_instance) const OVERRIDE {
177 return Primitive::Is64BitType(type)
183 Location GetFpuLocation(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
430 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
433 void Load(Primitive::Type type, vixl::CPURegister dst, const vixl::MemOperand& src);
434 void Store(Primitive::Type type, vixl::CPURegister src, const vixl::MemOperand& dst);
439 void StoreRelease(Primitive::Type type, vixl::CPURegister src, const vixl::MemOperand& dst);
454 bool NeedsTwoRegisters(Primitive::Type type ATTRIBUTE_UNUSED) const OVERRIDE {
473 Primitive::Type type ATTRIBUTE_UNUSED) OVERRIDE {