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