Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dscopeinfo.cc18 ZoneList<Variable*> stack_locals(scope->StackLocalCount(), zone); in Create() local
Dscopes.cc567 void Scope::CollectStackAndContextLocals(ZoneList<Variable*>* stack_locals, in CollectStackAndContextLocals()
Dgdb-jit.cc1156 ZoneList<Variable*> stack_locals(locals, scope->zone()); in WriteBodyInternal() local