Searched refs:IsContextSlot (Results 1 – 6 of 6) sorted by relevance
79 DCHECK(IsUnallocated() || IsContextSlot() || IsLookupSlot() || in ForceContextAllocation()124 bool IsContextSlot() const { return location() == VariableLocation::CONTEXT; } in IsContextSlot() function
2480 DCHECK(var->IsUnallocated() || var->IsContextSlot()); in AllocateParameter()2736 function != nullptr && function->IsContextSlot(); in ContextLocalCount()
884 DCHECK(var->IsContextSlot()); in VisitLocals()1032 DCHECK(var->IsContextSlot()); in SetLocalVariableValue()
664 if (!var->IsContextSlot()) continue; in HasChangedScope()668 if (!var->IsContextSlot()) continue; in HasChangedScope()
90 } else if (var->IsContextSlot()) { in Create()123 } else if (var->IsContextSlot()) { in Create()
2711 DCHECK(home_object_variable->IsContextSlot()); in BuildClassLiteral()2718 DCHECK(static_home_object_variable->IsContextSlot()); in BuildClassLiteral()2727 DCHECK(class_variable->IsStackLocal() || class_variable->IsContextSlot()); in BuildClassLiteral()3050 DCHECK(home_object->IsContextSlot()); in VisitObjectLiteral()6861 if (scope->has_this_declaration() && scope->receiver()->IsContextSlot()) { in BuildLocalActivationContextInitialization()6874 if (!variable->IsContextSlot()) continue; in BuildLocalActivationContextInitialization()6902 DCHECK(scope->catch_variable()->IsContextSlot()); in BuildNewLocalCatchContext()6921 DCHECK(variable->IsContextSlot() || variable->IsStackAllocated()); in VisitArgumentsObject()6935 DCHECK(rest->IsContextSlot() || rest->IsStackAllocated()); in VisitRestArgumentsArray()