Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc685 current_scope(Scope::MC_INCREMENTAL), in Print()
692 current_scope(Scope::HEAP_EXTERNAL_WEAK_GLOBAL_HANDLES) + in Print()
693 current_scope(Scope::HEAP_EXTERNAL_EPILOGUE) + in Print()
694 current_scope(Scope::HEAP_EXTERNAL_PROLOGUE) + in Print()
695 current_scope(Scope::MC_INCREMENTAL_EXTERNAL_EPILOGUE) + in Print()
696 current_scope(Scope::MC_INCREMENTAL_EXTERNAL_PROLOGUE); in Print()
786 current_scope(Scope::HEAP_PROLOGUE), in PrintNVP()
787 current_scope(Scope::HEAP_EPILOGUE), in PrintNVP()
788 current_scope(Scope::HEAP_EPILOGUE_REDUCE_NEW_SPACE), in PrintNVP()
789 current_scope(Scope::HEAP_EXTERNAL_PROLOGUE), in PrintNVP()
[all …]
Dgc-tracer-inl.h117 constexpr double GCTracer::current_scope(Scope::ScopeId id) const { in current_scope() function
Dgc-tracer.h432 V8_INLINE constexpr double current_scope(Scope::ScopeId id) const;
/third_party/mesa3d/src/mesa/program/
Dsymbol_table.c80 struct scope_level *current_scope; member
89 struct scope_level *const scope = table->current_scope; in _mesa_symbol_table_pop_scope()
92 table->current_scope = scope->next; in _mesa_symbol_table_pop_scope()
127 scope->next = table->current_scope; in _mesa_symbol_table_push_scope()
128 table->current_scope = scope; in _mesa_symbol_table_push_scope()
205 new_sym->next_with_same_scope = table->current_scope->symbols; in _mesa_symbol_table_add_symbol()
209 table->current_scope->symbols = new_sym; in _mesa_symbol_table_add_symbol()
250 for (top_scope = table->current_scope; top_scope->next != NULL; in _mesa_symbol_table_add_global_symbol()
308 while (table->current_scope != NULL) { in _mesa_symbol_table_dtor()
/third_party/node/deps/v8/src/torque/
Ddeclaration-visitor.h34 CurrentScope::Scope current_scope(GetOrCreateNamespace(decl->name)); in Predeclare()
73 CurrentScope::Scope current_scope(GetOrCreateNamespace(decl->name)); in Visit()
Dtype-visitor.cc24 Scope* current_scope = CurrentScope::Get(); in ComputeType() local
26 current_scope = TypeOracle::CreateGenericTypeInstantiationNamespace(); in ComputeType()
27 current_scope->SetSpecializationRequester( in ComputeType()
31 CurrentScope::Scope new_current_scope_scope(current_scope); in ComputeType()
Dglobal-context.cc20 CurrentScope::Scope current_scope(nullptr); in DEFINE_CONTEXTUAL_VARIABLE() local
Dimplementation-visitor.cc278 CurrentScope::Scope current_scope(macro); in InlineMacro() local
578 CurrentScope::Scope current_scope(builtin); in Visit() local
3503 CurrentScope::Scope current_scope(declarable->ParentScope()); in Visit() local
/third_party/node/deps/v8/src/ast/
Dscopes.cc423 Scope* current_scope = nullptr; in DeserializeScopeChain() local
502 if (current_scope != nullptr) { in DeserializeScopeChain()
503 outer_scope->AddInnerScope(current_scope); in DeserializeScopeChain()
505 current_scope = outer_scope; in DeserializeScopeChain()
506 if (innermost_scope == nullptr) innermost_scope = current_scope; in DeserializeScopeChain()
516 script_scope->AddInnerScope(current_scope); in DeserializeScopeChain()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc860 : generator_(generator), outer_scope_(generator->current_scope()) { in CurrentScope()
867 if (outer_scope_ != generator_->current_scope()) { in ~CurrentScope()
1519 CurrentScope current_scope(this, stmt->scope()); in VisitBlock() local
2515 DCHECK_EQ(expr->scope()->outer_scope(), current_scope()); in VisitFunctionLiteral()
2799 CurrentScope current_scope(this, expr->scope()); in VisitClassLiteral() local
3602 current_scope()->ContextChainLengthUntilOutermostSloppyEval(); in BuildVariableLoad()
5553 .LoadLiteral(Smi::FromInt(current_scope()->start_position())) in VisitCall()
6835 DCHECK_EQ(current_scope(), closure_scope()); in BuildNewLocalActivationContext()
7181 CurrentScope current_scope(this, scope); in VisitInScope() local
7196 return current_scope()->language_mode(); in language_mode()
Dbytecode-generator.h460 inline Scope* current_scope() const { return current_scope_; } in current_scope() function
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc2532 WasmCodeRefScope* current_scope = current_code_refs_scope; in AddRef() local
2533 DCHECK_NOT_NULL(current_scope); in AddRef()
2534 current_scope->code_ptrs_.push_back(code); in AddRef()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc4759 current_scope() in current_scope() function in abigail::dwarf::reader
/third_party/libabigail/
DChangeLog39532 (read_context::current_scope, die_location)
40446 (current_scope): Change return type from scope_decl_sptr to