Searched refs:IsUnallocated (Results 1 – 10 of 10) sorted by relevance
79 DCHECK(IsUnallocated() || IsContextSlot() || IsLookupSlot() || in ForceContextAllocation()118 bool IsUnallocated() const { in IsUnallocated() function225 DCHECK(IsUnallocated() || in AllocateTo()
1846 bool comma = !var->IsUnallocated(); in PrintVar()1873 (var->is_used() || !var->IsUnallocated())) { in PrintMap()2201 if (!var->is_dynamic() && var->IsUnallocated()) { in LookupWith()2480 DCHECK(var->IsUnallocated() || var->IsContextSlot()); in AllocateParameter()2481 if (var->IsUnallocated()) AllocateHeapSlot(var); in AllocateParameter()2483 DCHECK(var->IsUnallocated() || var->IsParameter()); in AllocateParameter()2484 if (var->IsUnallocated()) { in AllocateParameter()2499 if (var->IsUnallocated() && MustAllocate(var)) { in AllocateNonParameterLocal()2547 !rest_parameter()->IsUnallocated()); in AllocateLocals()
125 return var != nullptr && var->IsUnallocated() && in IsUndefinedLiteral()949 if (proxy->var()->IsUnallocated()) { in GetCallType()
186 if (input->IsUnallocated()) { in AddInstruction()198 if (output->IsUnallocated()) { in AddInstruction()
200 (instr->OutputAt(0)->IsUnallocated()) && in IsFixedRegisterParameter()
167 if (operand_ != nullptr && operand_->IsUnallocated()) { in UsePosition()506 DCHECK(!op->IsUnallocated()); in GetAssignedOperand()896 DCHECK(!operand->IsUnallocated() && !operand->IsImmediate()); in SetSpillOperand()1822 if (!output->IsUnallocated()) continue; in MeetConstraintsBefore()2045 if (operand->IsUnallocated()) { in LiveRangeFor()2090 if (!operand->IsUnallocated()) return nullptr; in Define()2106 if (operand->IsUnallocated()) { in Use()2143 if (output->IsUnallocated()) { in ProcessInstructions()2234 if (input->IsUnallocated() && in ProcessInstructions()2241 if (input->IsUnallocated()) { in ProcessInstructions()[all …]
2893 DCHECK(output->IsUnallocated()); in DefineOutputs()3091 if (!instr->InputAt(i)->IsUnallocated()) continue; in AllocateRegisters()3102 if (!instr->InputAt(i)->IsUnallocated()) continue; in AllocateRegisters()3128 DCHECK(!move->destination().IsUnallocated()); in AllocateRegisters()3129 if (move->source().IsUnallocated()) { in AllocateRegisters()3171 if (!instr->OutputAt(i)->IsUnallocated()) continue; in ReserveFixedRegisters()3190 if (!instr->TempAt(i)->IsUnallocated()) continue; in ReserveFixedRegisters()3204 if (!instr->InputAt(i)->IsUnallocated()) continue; in ReserveFixedRegisters()
170 CHECK(op->IsUnallocated()); in BuildConstraint()
350 if (!op->IsUnallocated()) return; in TryRename()
274 DCHECK(operand_.IsUnallocated()); in SetAllocated()286 DCHECK(operand_.IsUnallocated()); in SetConstant()696 DCHECK(spill_or_hint_.IsInvalid() || spill_or_hint_.IsUnallocated()); in hint()