Home
last modified time | relevance | path

Searched refs:IsStackLocal (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dvariables.h122 bool IsStackLocal() const { return location() == VariableLocation::LOCAL; } in IsStackLocal() function
123 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); } in IsStackAllocated()
/external/v8/src/objects/
Dscope-info.cc127 DCHECK(var->IsStackLocal()); in Create()
/external/v8/src/interpreter/
Dbytecode-generator.cc2321 DCHECK(class_variable->IsStackLocal() || class_variable->IsContextSlot()); in BuildClassLiteral()