Searched refs:IsContextSlot (Results 1 – 6 of 6) sorted by relevance
62 DCHECK(IsUnallocated() || IsContextSlot() || in ForceContextAllocation()84 bool IsContextSlot() const { return location() == VariableLocation::CONTEXT; } in IsContextSlot() function
2219 DCHECK(var->IsUnallocated() || var->IsContextSlot()); in AllocateParameter()2408 function != nullptr && function->IsContextSlot(); in ContextLocalCount()
680 DCHECK(var->IsContextSlot()); in VisitLocals()824 DCHECK(var->IsContextSlot()); in SetLocalVariableValue()
657 if (!var->IsContextSlot()) continue; in HasChangedScope()661 if (!var->IsContextSlot()) continue; in HasChangedScope()
96 } else if (var->IsContextSlot()) { in Create()119 } else if (var->IsContextSlot()) { in Create()
1913 expr->class_variable()->IsContextSlot()); in BuildClassLiteral()4757 if (scope->has_this_declaration() && scope->receiver()->IsContextSlot()) { in BuildLocalActivationContextInitialization()4770 if (!variable->IsContextSlot()) continue; in BuildLocalActivationContextInitialization()4798 DCHECK(scope->catch_variable()->IsContextSlot()); in BuildNewLocalCatchContext()4829 DCHECK(variable->IsContextSlot() || variable->IsStackAllocated()); in VisitArgumentsObject()4843 DCHECK(rest->IsContextSlot() || rest->IsStackAllocated()); in VisitRestArgumentsArray()