Searched refs:IsGlobalSlot (Results 1 – 2 of 2) sorted by relevance
69 bool IsGlobalSlot() const { return location_ == VariableLocation::GLOBAL; } in IsGlobalSlot() function71 return IsUnallocated() || IsGlobalSlot(); in IsUnallocatedOrGlobalSlot()
676 } else if (var->IsGlobalSlot()) { in CollectStackAndContextLocals()1371 DCHECK(!var->IsGlobalSlot()); in AllocateParameter()