Searched refs:IsStackAllocated (Results 1 – 6 of 6) sorted by relevance
19 stack_allocated_host_ = info->IsStackAllocated(); in ContainsInvalidFields()68 if (!stack_allocated_host_ && edge->value()->IsStackAllocated()) { in AtValue()
235 bool RecordInfo::IsStackAllocated() { in IsStackAllocated() function in RecordInfo241 if (it->second.info()->IsStackAllocated()) { in IsStackAllocated()310 if (IsStackAllocated()) in RequiresTraceMethod()581 if (IsStackAllocated()) in NeedsTracing()
103 bool IsStackAllocated();
184 if (info->IsStackAllocated()) in CheckClass()209 if (info->IsStackAllocated()) { in CheckClass()
83 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); } in IsStackAllocated() function115 if (IsStackAllocated()) return false; in binding_needs_init()
4829 DCHECK(variable->IsContextSlot() || variable->IsStackAllocated()); in VisitArgumentsObject()4843 DCHECK(rest->IsContextSlot() || rest->IsStackAllocated()); in VisitRestArgumentsArray()