Searched refs:IsStackLocal (Results 1 – 3 of 3) sorted by relevance
122 bool IsStackLocal() const { return location() == VariableLocation::LOCAL; } in IsStackLocal() function123 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); } in IsStackAllocated()
127 DCHECK(var->IsStackLocal()); in Create()
2321 DCHECK(class_variable->IsStackLocal() || class_variable->IsContextSlot()); in BuildClassLiteral()