Searched refs:IsStackLocal (Results 1 – 4 of 4) sorted by relevance
82 bool IsStackLocal() const { return location() == VariableLocation::LOCAL; } in IsStackLocal() function83 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); } in IsStackAllocated()
2399 (function != nullptr && function->IsStackLocal() ? 1 : 0); in StackLocalCount()
122 DCHECK(var->IsStackLocal()); in Create()
1912 DCHECK(expr->class_variable()->IsStackLocal() || in BuildClassLiteral()