Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1273 AllocateVariablesRecursively(); in AllocateVariables()
1493 AllocateVariablesRecursively(); in AnalyzePartially()
2193 void Scope::AllocateVariablesRecursively() { in AllocateVariablesRecursively() function in v8::internal::Scope
2204 scope->AllocateVariablesRecursively(); in AllocateVariablesRecursively()
Dscopes.h586 void AllocateVariablesRecursively(); in NON_EXPORTED_BASE()