Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dvariables.h82 bool IsStackLocal() const { return location() == VariableLocation::LOCAL; } in IsStackLocal() function
83 bool IsStackAllocated() const { return IsParameter() || IsStackLocal(); } in IsStackAllocated()
Dscopes.cc2399 (function != nullptr && function->IsStackLocal() ? 1 : 0); in StackLocalCount()
/external/v8/src/objects/
Dscope-info.cc122 DCHECK(var->IsStackLocal()); in Create()
/external/v8/src/interpreter/
Dbytecode-generator.cc1912 DCHECK(expr->class_variable()->IsStackLocal() || in BuildClassLiteral()