Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1290 void Scope::AllocateStackSlot(Variable* var) { in AllocateStackSlot() function in v8::internal::Scope
1292 outer_scope()->DeclarationScope()->AllocateStackSlot(var); in AllocateStackSlot()
1396 AllocateStackSlot(var); in AllocateNonParameterLocal()
Dscopes.h763 void AllocateStackSlot(Variable* var);