Home
last modified time | relevance | path

Searched refs:IsStackAllocated (Results 1 – 6 of 6) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DCheckFieldsVisitor.cpp19 stack_allocated_host_ = info->IsStackAllocated(); in ContainsInvalidFields()
68 if (!stack_allocated_host_ && edge->value()->IsStackAllocated()) { in AtValue()
DRecordInfo.cpp235 bool RecordInfo::IsStackAllocated() { in IsStackAllocated() function in RecordInfo
241 if (it->second.info()->IsStackAllocated()) { in IsStackAllocated()
310 if (IsStackAllocated()) in RequiresTraceMethod()
581 if (IsStackAllocated()) in NeedsTracing()
DRecordInfo.h103 bool IsStackAllocated();
DBlinkGCPluginConsumer.cpp184 if (info->IsStackAllocated()) in CheckClass()
209 if (info->IsStackAllocated()) { in CheckClass()
/external/v8/src/ast/
Dvariables.h83 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); } in IsStackAllocated() function
115 if (IsStackAllocated()) return false; in binding_needs_init()
/external/v8/src/interpreter/
Dbytecode-generator.cc4829 DCHECK(variable->IsContextSlot() || variable->IsStackAllocated()); in VisitArgumentsObject()
4843 DCHECK(rest->IsContextSlot() || rest->IsStackAllocated()); in VisitRestArgumentsArray()