Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h572 void AllocateParameterLocals();
Dscopes.cc1139 void Scope::AllocateParameterLocals() { in AllocateParameterLocals() function in v8::internal::Scope
1247 if (is_function_scope()) AllocateParameterLocals(); in AllocateVariablesRecursively()