Searched refs:current_scope (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | gc-tracer.cc | 685 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(Scop in PrintNVP() [all...] |
H A D | gc-tracer-inl.h | 117 constexpr double GCTracer::current_scope(Scope::ScopeId id) const { in current_scope() function in v8::internal::GCTracer
|
H A D | gc-tracer.h | 432 V8_INLINE constexpr double current_scope(Scope::ScopeId id) const;
|
/third_party/mesa3d/src/mesa/program/ |
H A D | symbol_table.c | 80 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/ |
H A D | declaration-visitor.h | 34 CurrentScope::Scope current_scope(GetOrCreateNamespace(decl->name)); in Predeclare() 73 CurrentScope::Scope current_scope(GetOrCreateNamespace(decl->name)); in Visit()
|
H A D | global-context.cc | 20 CurrentScope::Scope current_scope(nullptr); in GlobalContext()
|
H A D | type-visitor.cc | 24 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()
|
H A D | implementation-visitor.cc | 278 CurrentScope::Scope current_scope(macro); in InlineMacro() 578 CurrentScope::Scope current_scope(builtin); in Visit() 3503 CurrentScope::Scope current_scope(declarable->ParentScope()); in Visit()
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 423 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/ |
H A D | bytecode-generator.h | 460 inline Scope* current_scope() const { return current_scope_; } in current_scope() function in v8::internal::interpreter::final
|
H A D | bytecode-generator.cc | 860 : 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() 2515 DCHECK_EQ(expr->scope()->outer_scope(), current_scope()); in VisitFunctionLiteral() 2799 CurrentScope current_scope(this, expr->scope()); in VisitClassLiteral() 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() 7196 return current_scope() in language_mode() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 2532 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/ |
H A D | abg-dwarf-reader.cc | 4759 current_scope() in current_scope() function in abigail::dwarf::reader
|
Completed in 54 milliseconds