Lines Matching defs:const
152 constexpr LinkageAllocator(const Register (&gp)[kNumGpRegs],
153 const DoubleRegister (&fp)[kNumFpRegs])
156 constexpr LinkageAllocator(const Register* gp, int gpc,
157 const DoubleRegister* fp, int fpc)
160 bool CanAllocateGP() const { return gp_offset_ < gp_count_; }
161 bool CanAllocateFP(MachineRepresentation rep) const {
242 int NumStackSlots() const { return slot_allocator_.Size(); }
247 const int gp_count_;
249 const Register* const gp_regs_;
251 const int fp_count_;
259 const DoubleRegister* const fp_regs_;