Home
last modified time | relevance | path

Searched refs:AllocateStackSlot (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.cc1458 void Scope::AllocateStackSlot(Variable* var) { in AllocateStackSlot() function in v8::internal::Scope
1460 outer_scope()->DeclarationScope()->AllocateStackSlot(var); in AllocateStackSlot()
1564 AllocateStackSlot(var); in AllocateNonParameterLocal()
Dscopes.h786 void AllocateStackSlot(Variable* var);