Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dtyping.cc107 ZoneList<Variable*> context_vars(scope->ContextLocalCount(), zone()); in ObserveTypesAtOsrEntry() local
108 scope->CollectStackAndContextLocals(&local_vars, &context_vars); in ObserveTypesAtOsrEntry()