Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h504 void CollectStackAndContextLocals(
Dscopeinfo.cc24 scope->CollectStackAndContextLocals(&stack_locals, &context_locals, in Create()
Dscopes.cc664 void Scope::CollectStackAndContextLocals( in CollectStackAndContextLocals() function in v8::internal::Scope
/external/v8/src/crankshaft/
Dtyping.cc89 scope_->CollectStackAndContextLocals(&local_vars, &context_vars, in ObserveTypesAtOsrEntry()
/external/v8/src/debug/
Dliveedit.cc770 current_scope->CollectStackAndContextLocals(&stack_list, &context_list, in SerializeFunctionScope()