Home
last modified time | relevance | path

Searched defs:stack_locals (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopeinfo.cc19 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); in Create() local
Dscopes.cc665 ZoneList<Variable*>* stack_locals, ZoneList<Variable*>* context_locals, in CollectStackAndContextLocals()