Lines Matching refs:LUnallocated
73 class LUnallocated : public LOperand {
105 explicit LUnallocated(ExtendedPolicy policy) : LOperand(UNALLOCATED, 0) { in LUnallocated() function
111 LUnallocated(BasicPolicy policy, int index) : LOperand(UNALLOCATED, 0) { in LUnallocated() function
118 LUnallocated(ExtendedPolicy policy, int index) : LOperand(UNALLOCATED, 0) { in LUnallocated() function
126 LUnallocated(ExtendedPolicy policy, Lifetime lifetime) in LUnallocated() function
133 LUnallocated* CopyUnconstrained(Zone* zone) { in CopyUnconstrained()
134 LUnallocated* result = new(zone) LUnallocated(ANY); in CopyUnconstrained()
139 static LUnallocated* cast(LOperand* op) { in cast()
141 return reinterpret_cast<LUnallocated*>(op); in cast()
258 const int parameter_limit = -LUnallocated::kMinFixedSlotIndex; in TooManyParameters()
264 const int locals_limit = LUnallocated::kMaxFixedSlotIndex; in TooManyParametersOrStackSlots()