Home
last modified time | relevance | path

Searched refs:IsUnallocated (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dvariables.h79 DCHECK(IsUnallocated() || IsContextSlot() || IsLookupSlot() || in ForceContextAllocation()
118 bool IsUnallocated() const { in IsUnallocated() function
225 DCHECK(IsUnallocated() || in AllocateTo()
Dscopes.cc1846 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()
Dast.cc125 return var != nullptr && var->IsUnallocated() && in IsUndefinedLiteral()
949 if (proxy->var()->IsUnallocated()) { in GetCallType()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.cc186 if (input->IsUnallocated()) { in AddInstruction()
198 if (output->IsUnallocated()) { in AddInstruction()
Dinstruction-scheduler.h200 (instr->OutputAt(0)->IsUnallocated()) && in IsFixedRegisterParameter()
Dregister-allocator.cc167 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 …]
Dmid-tier-register-allocator.cc2893 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()
Dregister-allocator-verifier.cc170 CHECK(op->IsUnallocated()); in BuildConstraint()
Dinstruction-selector.cc350 if (!op->IsUnallocated()) return; in TryRename()
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h274 DCHECK(operand_.IsUnallocated()); in SetAllocated()
286 DCHECK(operand_.IsUnallocated()); in SetConstant()
696 DCHECK(spill_or_hint_.IsInvalid() || spill_or_hint_.IsUnallocated()); in hint()