Home
last modified time | relevance | path

Searched defs:current_scope (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/program/
Dsymbol_table.c105 struct scope_level *current_scope; member
/external/v8/src/ast/
Dscopes.cc335 Scope* current_scope = nullptr; in DeserializeScopeChain() local
/external/v8/src/debug/
Dliveedit.cc1901 Scope* current_scope = scope; in SerializeFunctionScope() local
/external/v8/src/compiler/
Dast-graph-builder.cc981 Scope* AstGraphBuilder::current_scope() const { in current_scope() function in v8::internal::compiler::AstGraphBuilder