Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.cc748 bool Scope::MustAllocateInContext(Variable* var) { in MustAllocateInContext() function in v8::internal::Scope
839 if (MustAllocateInContext(var)) { in AllocateParameterLocals()
864 if (MustAllocateInContext(var)) { in AllocateParameterLocals()
894 if (MustAllocateInContext(var)) { in AllocateNonParameterLocal()
Dscopes.h369 bool MustAllocateInContext(Variable* var);