Searched refs:IsCallerFrameSlot (Results 1 – 2 of 2) sorted by relevance
114 bool IsCallerFrameSlot() const { return !IsRegister() && GetLocation() < 0; } in IsCallerFrameSlot() function122 DCHECK(IsCallerFrameSlot()); in AsCallerFrameSlot()
262 if (location.IsCallerFrameSlot()) { in ToUnallocatedOperand()