Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h179 inline Scope* current_scope() const { return current_scope_; } in current_scope() function
Dbytecode-generator.cc864 CurrentScope current_scope(this, stmt->scope()); in VisitBlock() local
3455 CurrentScope current_scope(this, scope); in VisitInScope() local
/external/mesa3d/src/mesa/program/
Dsymbol_table.c78 struct scope_level *current_scope; member
/external/v8/src/ast/
Dscopes.cc378 Scope* current_scope = nullptr; in DeserializeScopeChain() local
/external/v8/src/debug/
Dliveedit.cc1632 Scope* current_scope = scope; in SerializeFunctionScope() local
/external/v8/src/compiler/
Dast-graph-builder.cc819 Scope* AstGraphBuilder::current_scope() const { in current_scope() function in v8::internal::compiler::AstGraphBuilder